On Wed, Jul 24, 2013 at 01:46:32PM +0800, Baohua Yang wrote:
>      I know that ovsd has a built-in mac-learning switch, and it is
> necessary to support the "NORMAL" action.
>     Now I want to stop the mac-learning on a given port, but other ports
> should work normally.
>     How to implement this? I check the ovs manual, but find no solution.

A flow like
        in_port=123,actions=flood
might do what you want.
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to