All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Hemminger <shemminger@vyatta.com>
To: davem@davemloft.net
Cc: netdev@vger.kernel.org
Subject: [PATCH 2/3] igmp: export symbol ip_mc_leave_group
Date: Mon, 01 Oct 2012 15:32:34 -0700	[thread overview]
Message-ID: <20121001223254.264749157@vyatta.com> (raw)
In-Reply-To: 20121001223232.566037595@vyatta.com

[-- Attachment #1: igmp-leave.patch --]
[-- Type: text/plain, Size: 428 bytes --]

Needed for VXLAN.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>


--- a/net/ipv4/igmp.c	2012-09-17 17:15:06.747860247 -0700
+++ b/net/ipv4/igmp.c	2012-09-17 17:16:33.554984978 -0700
@@ -1904,6 +1904,7 @@ int ip_mc_leave_group(struct sock *sk, s
 	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)

  parent reply	other threads:[~2012-10-01 22:35 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20121001223232.566037595@vyatta.com>
2012-10-01 22:32 ` [PATCH 1/3] netlink: add attributes to fdb interface Stephen Hemminger
2012-10-01 22:40   ` David Miller
2012-10-01 22:32 ` Stephen Hemminger [this message]
2012-10-01 22:40   ` [PATCH 2/3] igmp: export symbol ip_mc_leave_group David Miller
2012-10-01 22:32 ` [PATCH 3/3] vxlan: virtual extensible lan Stephen Hemminger
2012-10-01 22:40   ` David Miller
2012-10-04  1:54   ` Jesse Gross
2012-10-04  4:02     ` Stephen Hemminger
2012-10-04  6:34       ` Eric Dumazet
2012-10-04 15:12         ` Stephen Hemminger
2012-10-04 16:25           ` Jesse Gross
2012-10-04  4:39     ` [RFC] vxlan: use ether header as fallback hash Stephen Hemminger
2012-10-04  4:57       ` Eric Dumazet
2012-10-04  5:06         ` Stephen Hemminger
2012-10-04 16:27       ` Jesse Gross
2012-10-04 16:43         ` Stephen Hemminger
2012-10-04 17:06           ` Jesse Gross
2012-10-04 17:07           ` Eric Dumazet

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20121001223254.264749157@vyatta.com \
    --to=shemminger@vyatta.com \
    --cc=davem@davemloft.net \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.