summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorstephen hemminger <shemminger@vyatta.com>2012-10-01 12:32:34 +0000
committerDavid S. Miller <davem@davemloft.net>2012-10-01 18:39:44 -0400
commit193ba924524e6afe192217982b2c2d67e4715d33 (patch)
tree80a904436895b3e519163810eba7a1400c81508b /net
parentedc7d57327bd08bfd04f41531d49b176369db218 (diff)
downloadop-kernel-dev-193ba924524e6afe192217982b2c2d67e4715d33.zip
op-kernel-dev-193ba924524e6afe192217982b2c2d67e4715d33.tar.gz
igmp: export symbol ip_mc_leave_group
Needed for VXLAN. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r--net/ipv4/igmp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/igmp.c b/net/ipv4/igmp.c
index 3479b98..736ab70 100644
--- a/net/ipv4/igmp.c
+++ b/net/ipv4/igmp.c
@@ -1904,6 +1904,7 @@ int ip_mc_leave_group(struct sock *sk, struct ip_mreqn *imr)
rtnl_unlock();
return ret;
}
+EXPORT_SYMBOL(ip_mc_leave_group);
int ip_mc_source(int add, int omode, struct sock *sk, struct
ip_mreq_source *mreqs, int ifindex)
OpenPOWER on IntegriCloud