On Wed, Mar 06, 2013 at 07:20:46PM +0800, Kris zhang wrote: > Thanks a lot, Ben, i know how to do now: use mod_vlan_vid to add tag into > the packet, and then resubmit. > > i still have another two question: > 1) will the packet be dropped when reach the maximum depth of recursive > resubmit?
Yes. If your flow table can reach the maximum depth of recursive resubmit, then that's a bug in your flow table. > 2) action=resubmit:NONE means the packet will be dropped, right? Not necessarily. If you have flow table entries that match on in_port=NONE, or that wildcard the in_port, then resubmit:NONE could resubmit into one of those flows. _______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss