Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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)