Re: [ovs-discuss] OVS default behavior

2013-07-01 Thread Gurucharan Shetty
This is probably what you want to do: ovs-vsctl add-br br2 -- set bridge br2 fail-mode="secure" >From ovs-vswitchd.conf.db manpage for Bridge table's "fail_mode" column, fail_mode: optional string, either secure or standalone When a controller is configured, it is, ordinarily, resp

Re: [ovs-discuss] OVS default behavior

2013-07-01 Thread Henrique Rodrigues
Hi Alexander, 1 - Yes. If you run "ovs-ofctl dump-flows br0" you'll see a default rule that has "NORMAL" in its list of actions. This instructs the vswitch (in this case br0), to act as a L2 learning switch. 2 - To "switch off" this behavior, just delete the rule using the command "ovs-ofctl del-f

Re: [ovs-discuss] priority of flow

2013-07-01 Thread Alex Wang
Hey, You could check the tutorial/Tutorial doc. There are plenty of examples about flow priority. Regards, Alex Wang, On Mon, Jul 1, 2013 at 8:43 AM, vis reddy wrote: > Hello All > I am trying to figure out the exact meaning of priority of flow, could > some one explain with an example. > Than

[ovs-discuss] priority of flow

2013-07-01 Thread vis reddy
Hello All I am trying to figure out the exact meaning of priority of flow, could some one explain with an example. Thanks Vishnu___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss

Re: [ovs-discuss] setting openflow controller with ovs-vsctl

2013-07-01 Thread Ben Pfaff
Check the vswitchd log. There are security based restrictions on the naming of Unix domain sockets. On Jul 1, 2013 2:10 AM, wrote: > Hi, > > I am trying to setup controller with openvswitch using unix domain socket > by running following commands but ovs-vsctl is not creating a domain socket. > >