On Sat, Jan 24, 2015 at 05:23:07PM +0800, Yang Yannan wrote: > I try this line and it is wrong. could anyone give a right one? > ovs-dpctl add-flow in_port(3), actions:2.
It's usually a bad idea to use ovs-dpctl to add-flows. Use ovs-ofctl instead. _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
