]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd669a743fa1cde163f00979c3e1dfb8753c3a6ad
tree5611069e9029644705960350fa7b61a8c7965f5b
parent31f7ca404990e9bcb46bb38d8320ad50e8afe46a
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