projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edc7d57
)
igmp: export symbol ip_mc_leave_group
author
stephen hemminger
<shemminger@vyatta.com>
Mon, 1 Oct 2012 12:32:34 +0000
(12:32 +0000)
committer
David S. Miller
<davem@davemloft.net>
Mon, 1 Oct 2012 22:39:44 +0000
(18:39 -0400)
Needed for VXLAN.
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/igmp.c
patch
|
blob
|
blame
|
history
diff --git
a/net/ipv4/igmp.c
b/net/ipv4/igmp.c
index 3479b98a00a701a1a8f6f650303fd6248eea9a60..736ab70fd17981c95085ee0fad163aaeca39133c 100644
(file)
--- 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)