]> git.baikalelectronics.ru Git - kernel.git/commit
vxlan: use ip_route_output
authorstephen hemminger <shemminger@vyatta.com>
Tue, 9 Oct 2012 20:35:48 +0000 (20:35 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Oct 2012 02:41:21 +0000 (22:41 -0400)
commitc3411dde2ba16e5dfc7a0749725812418b709e9a
tree7834a3ceb007dd1efe7424bf9a883bdca1c074d7
parent66969ce4a326c14f7a240f3cebcd16a45860bbdc
vxlan: use ip_route_output

Select source address for VXLAN packet based on route destination
and don't lie to route code. VXLAN is not GRE.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vxlan.c