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