]> git.baikalelectronics.ru Git - kernel.git/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)
commit71150a0fd209b0c802036bc8eea7e73f39337f75
tree1c04d4577a3cd91af28753d97c7d6919dc0fcdef
parent1e9e86dfcc5fb7e0f2cd0d29610a52917b7aab39
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