Commit 193ba924524e6afe192217982b2c2d67e4715d33

Authored by stephen hemminger
Committed by David S. Miller
1 parent edc7d57327

igmp: export symbol ip_mc_leave_group

Needed for VXLAN.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

... ... @@ -1904,6 +1904,7 @@
1904 1904 rtnl_unlock();
1905 1905 return ret;
1906 1906 }
  1907 +EXPORT_SYMBOL(ip_mc_leave_group);
1907 1908  
1908 1909 int ip_mc_source(int add, int omode, struct sock *sk, struct
1909 1910 ip_mreq_source *mreqs, int ifindex)