Re: [ovs-dev] Resubmit behaviour

2015-05-14 Thread Ben Pfaff
On Thu, May 14, 2015 at 04:39:46PM -0700, Joe Stringer wrote: > If we define the following flow table: > > table=0 in_port=1,actions=resubmit:0 > table=0 in_port=0,actions=goto_table:1 > table=1 in_port=0 actions=2 > ... > (default drop) > > Is the resubmit using port 0 supposed to apply to only

[ovs-dev] Resubmit behaviour

2015-05-14 Thread Joe Stringer
I'm trying to figure out what the proper semantics are supposed to be for resubmit with in_ports, which is being used in some of the OpenStack neutron firewalling flows. If we define the following flow table: table=0 in_port=1,actions=resubmit:0 table=0 in_port=0,actions=goto_table:1 table=1 in_p