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 the next
> lookup, or all subsequent lookups?

Only for the lookup.  This is documented (but not well) in
ofp-actions.c, just above the definition of struct nx_action_resubmit.
See the paragraph just below the second list:

 *
 * Following the lookup, the original in_port is restored.
 *
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to