commit | 239fb791d4ee194740e69fe9694f58ec404d1689 | [log] [tgz] |
---|---|---|
author | Thomas Graf <tgraf@suug.ch> | Tue May 05 15:09:21 2015 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue May 05 19:37:54 2015 -0400 |
tree | 5611069e9029644705960350fa7b61a8c7965f5b | |
parent | b0d081c524b46c25d71b16a1101e8c80d6e8c86a [diff] |
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>