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-flows br0 [flow match]".
-Henrique On Sun, Jun 30, 2013 at 10:51 PM, Alexander Shalimov <ashali...@arccn.ru>wrote: > Hi all, > > Two questions: > 1. Even without a controller the default OVS acts like L2 learning switch. > Is this correct? Or I've miss configured something that it processes > unmatched packets. > 2. How can I switch off the default OVSd activity? I would like just to > use ovs-ofctl. > > Thanks and Regards, > Alexander. > ______________________________**_________________ > discuss mailing list > discuss@openvswitch.org > http://openvswitch.org/**mailman/listinfo/discuss<http://openvswitch.org/mailman/listinfo/discuss> > -- Henrique Rodrigues http://www.dcc.ufmg.br/~hsr
_______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss