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:05:39 +0000 (19:05 -0700)
commit59169d10e678633208bf989e4b687d750132b8ab
tree8d56a1b5f8213c32814ba976b0d31cf3bb67f202
parente2734807110ea184a7ed3423b706e9b6bf1f8319
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.c