>> Then how can I disable the default behavior of ovs?
When you create your bridge, you can set it to secure mode. This
automatically disables NORMAL/default behavior.
An example is:
ovs-vsctl -- --may-exist add-br br-int\
-- set bridge br-int other-config:disable-in-band=true\
Please don't drop the list.
On Thu, 19 Mar 2015 19:56:57 +0530
Prashant Singh wrote:
> Then how can I disable the default behavior of ovs?
Either configure a controller or control the flows
yourself using "ovs-ofctl" command.
fbl
> On 19-Mar-2015 7:44 pm, "Flavio Leitner" wrote:
>
> > O
On Thu, Mar 19, 2015 at 11:12:57AM -0300, Flavio Leitner wrote:
> On Thu, 19 Mar 2015 09:53:25 +0530
> Prashant Singh wrote:
> > I am beginner. I am trying to create virtual switch. After creating
> > the virtual switch
> > I think we need to set the controller and start it, but I am able to
> > p
On Thu, 19 Mar 2015 09:53:25 +0530
Prashant Singh wrote:
> Hi All
>
> I am beginner. I am trying to create virtual switch. After creating
> the virtual switch
> I think we need to set the controller and start it, but I am able to
> ping the nodes without setting the controller and starting it. C
Hi All
I am beginner. I am trying to create virtual switch. After creating the
virtual switch
I think we need to set the controller and start it, but I am able to ping
the nodes without setting the controller and starting it. Can any tell me
what is the default behavior of the OpenV Switch.
Detai