On Mon, Oct 17, 2016 at 06:09:29PM +0200, Richard Mayers wrote: > Is there a that when a packet MATCHES a rule as an ACTION it checks > the remaining rules but this one that matched. I just want to have a > rule that modifies certain packets but then the remaining rules still > apply.
There's no way to do that, in the sense of matching a rule in a table with priority lower than whichever one is currently executing. You can arrange your rules into multiple tables and execute the rules from tables in sequence using the "resubmit" action. _______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss