Skip to content

Commit 193ba92

Browse files
stephen hemmingerdavem330
stephen hemminger
authored andcommitted
igmp: export symbol ip_mc_leave_group
Needed for VXLAN. Signed-off-by: Stephen Hemminger <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent edc7d57 commit 193ba92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

net/ipv4/igmp.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1904,6 +1904,7 @@ int ip_mc_leave_group(struct sock *sk, struct ip_mreqn *imr)
19041904
rtnl_unlock();
19051905
return ret;
19061906
}
1907+
EXPORT_SYMBOL(ip_mc_leave_group);
19071908

19081909
int ip_mc_source(int add, int omode, struct sock *sk, struct
19091910
ip_mreq_source *mreqs, int ifindex)

0 commit comments

Comments
 (0)