ofproto: Use original in_port for executing NXAST_RESUBMIT actions.
authorBen Pfaff <blp@nicira.com>
Wed, 14 Apr 2010 17:49:34 +0000 (10:49 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 15 Apr 2010 00:01:58 +0000 (17:01 -0700)
commit2c5d1389238951aa3c8a7382a39dc93033733120
treef02df883e8847227812ef4bcdbb9a99d4642628b
parent2b1a27a1f834fd5f02cd1c376769bf5450805983
ofproto: Use original in_port for executing NXAST_RESUBMIT actions.

If NXAST_RESUBMIT adopts the replacement in_port for executing actions,
then OFPP_NORMAL will believe that traffic originated from whatever port
that is.  This seems unlikely to ever be useful and in fact breaks
applications that use NXAST_RESUBMIT for two-stage ACLs.

Bug #2644.
include/openflow/nicira-ext.h
ofproto/ofproto.c