]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
vxlan: add ipv6 route short circuit support
authorCong Wang <amwang@redhat.com>
Sat, 31 Aug 2013 05:44:34 +0000 (13:44 +0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 1 Sep 2013 02:30:00 +0000 (22:30 -0400)
commite15a00aafa4b7953ad717d3cb1ad7acf4ff76945
tree7acce1d228f31755cac9b9d10d8574b48eb89123
parente4c7ed415387cf718ffbec305396c30cee092987
vxlan: add ipv6 route short circuit support

route short circuit only has IPv4 part, this patch adds
the IPv6 part. nd_tbl will be needed.

Cc: David S. Miller <davem@davemloft.net>
Cc: David Stevens <dlstevens@us.ibm.com>
Signed-off-by: Cong Wang <amwang@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vxlan.c
include/net/addrconf.h
net/ipv6/af_inet6.c