On Thu, Mar 19, 2015 at 10:09:49AM +0800, 苌智 wrote: > I add a flow like this: ovs-ofctl add br-int priority=10,actions=NORMAL > How could I delete it except delete all flows by " ovs-ofctl del-flows > br-int "?
ovs-ofctl --strict del-flows br-int priority=10 _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
