vxlan: Correctly set flow*i_mark and flow4i_proto in route lookups
authorThomas Graf <tgraf@suug.ch>
Tue, 5 May 2015 13:09:21 +0000 (15:09 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 5 May 2015 23:37:54 +0000 (19:37 -0400)
commit239fb791d4ee194740e69fe9694f58ec404d1689
tree5611069e9029644705960350fa7b61a8c7965f5b
parentb0d081c524b46c25d71b16a1101e8c80d6e8c86a
vxlan: Correctly set flow*i_mark and flow4i_proto in route lookups

VXLAN must provide the skb mark and specifiy IPPROTO_UDP when doing
the FIB lookup for the remote ip. Otherwise an invalid route might
be returned.

Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vxlan.c