On Mon, Dec 22, 2014 at 08:21:45PM +0800, Liuyongqiang (A) wrote: > I find the ovs command "ovs-appctl fdb/show <bridge>" can query all mac-port > list, > but I can't find any command to set mac-port table, dose anybody know how to > set mac-learning table ?
There's no command for that. You can use OpenFlow flows to take specific actions for particular MAC addresses. _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
