Skip to content
Snippets Groups Projects
Commit 193ba924 authored by stephen hemminger's avatar stephen hemminger Committed by David S. Miller
Browse files

igmp: export symbol ip_mc_leave_group


Needed for VXLAN.

Signed-off-by: default avatarStephen Hemminger <shemminger@vyatta.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent edc7d573
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment