ofproto-dpif-xlate: Unmask mark when used for tunnels.
authorJesse Gross <jesse@nicira.com>
Thu, 1 Aug 2013 20:31:28 +0000 (13:31 -0700)
committerJesse Gross <jesse@nicira.com>
Fri, 2 Aug 2013 02:00:40 +0000 (19:00 -0700)
commit8ba2ee855d7876617d38fb81886864b89307954a
treef874b30a5c5006b1e6b367f4143660312a473662
parentc54c2f836a6cd65169e030316813bf5fa3a2269c
ofproto-dpif-xlate: Unmask mark when used for tunnels.

The tunnel lookup uses the skb_mark as part of the port find process
but it isn't unmasked along with the other fields. This adds it to
the list of significant fields.

Signed-off-by: Jesse Gross <jesse@nicira.com>
Acked-by: Justin Pettit <jpettit@nicira.com>
ofproto/ofproto-dpif-xlate.c