ofproto: Update flow context for resubmit on VLAN actions
authorJustin Pettit <jpettit@nicira.com>
Tue, 12 Oct 2010 07:01:37 +0000 (00:01 -0700)
committerJustin Pettit <jpettit@nicira.com>
Tue, 12 Oct 2010 07:07:04 +0000 (00:07 -0700)
commitf1670a487adf5d5352eaf32f15bcf2958cdb1771
treee5e81321b6797a61d3a34c02855b50c6defe1079
parentdb164669c1b482843e082e752d8fbd69f650f94a
ofproto: Update flow context for resubmit on VLAN actions

Any modifications that happen to the packet are supposed to be reflected
in the flow context for a resubmitted lookup.  Commit 26233b (datapath:
Combine dl_vlan and dl_vlan_pcp.) broke this for OFPAT_SET_VLAN_VID and
OFPAT_SET_VLAN_PCP.  This corrects that behavior.

Bug #3808 (2/2)
ofproto/ofproto.c