diff --git a/net/ipv4/igmp.c b/net/ipv4/igmp.c index 3479b98a00a701a1a8f6f650303fd6248eea9a60..736ab70fd17981c95085ee0fad163aaeca39133c 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)