]> Pileus Git - ~andy/linux/commit
ipv6: export a stub for IPv6 symbols used by vxlan
authorCong Wang <amwang@redhat.com>
Sat, 31 Aug 2013 05:44:30 +0000 (13:44 +0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 1 Sep 2013 02:30:00 +0000 (22:30 -0400)
commit5f81bd2e5d804ca93f3ec8873451b22d2f454721
tree1c04d4577a3cd91af28753d97c7d6919dc0fcdef
parent788787b55913d456b9851d926d9a80ff00892c34
ipv6: export a stub for IPv6 symbols used by vxlan

In case IPv6 is compiled as a module, introduce a stub
for ipv6_sock_mc_join and ipv6_sock_mc_drop etc.. It will be used
by vxlan module. Suggested by Ben.

This is an ugly but easy solution for now.

Cc: Ben Hutchings <bhutchings@solarflare.com>
Cc: Stephen Hemminger <stephen@networkplumber.org>
Cc: David S. Miller <davem@davemloft.net>
Signed-off-by: Cong Wang <amwang@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/addrconf.h
net/ipv6/addrconf_core.c
net/ipv6/af_inet6.c