datapath: use skb_mark for route lookups
authorAnsis Atteka <aatteka@nicira.com>
Thu, 14 Feb 2013 00:43:24 +0000 (16:43 -0800)
committerAnsis Atteka <aatteka@nicira.com>
Wed, 20 Feb 2013 19:31:28 +0000 (11:31 -0800)
commit4b5fbf854d876e2f06a5cefb6fa869931169d7d0
treebfce784d9b4431c907c1522dccd363a102392217
parent009e734c5825b7edadcd1cf84be6d454f42ddca6
datapath: use skb_mark for route lookups

If IPsec policy uses skb mark, then we have to do route look up
with skb mark as well.

Issue: 14870
Signed-off-by: Ansis Atteka <aatteka@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
datapath/tunnel.c