netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] igmp: allow IPPROTO_IGMP sockets in netns
@ 2008-09-08  1:29 Alexey Dobriyan
  2008-12-16 15:45 ` Benjamin Thery
  0 siblings, 1 reply; 5+ messages in thread
From: Alexey Dobriyan @ 2008-09-08  1:29 UTC (permalink / raw)
  To: davem; +Cc: netdev, containers

Looks like everything is already ready.

Required for ebtables(8) for one thing.

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
---

 net/ipv4/af_inet.c |    1 +
 1 file changed, 1 insertion(+)

--- a/net/ipv4/af_inet.c
+++ b/net/ipv4/af_inet.c
@@ -1310,6 +1310,7 @@ EXPORT_SYMBOL_GPL(snmp_mib_free);
 #ifdef CONFIG_IP_MULTICAST
 static struct net_protocol igmp_protocol = {
 	.handler =	igmp_rcv,
+	.netns_ok =	1,
 };
 #endif
 


^ permalink raw reply	[flat|nested] 5+ messages in thread
* [PATCH] igmp: allow IPPROTO_IGMP sockets in netns
@ 2008-09-08  0:38 Alexey Dobriyan
  0 siblings, 0 replies; 5+ messages in thread
From: Alexey Dobriyan @ 2008-09-08  0:38 UTC (permalink / raw)
  To: davem; +Cc: netdev, containters

Looks like everything is already ready.

Required for ebtables(8) for one thing.

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
---

 net/ipv4/af_inet.c |    1 +
 1 file changed, 1 insertion(+)

--- a/net/ipv4/af_inet.c
+++ b/net/ipv4/af_inet.c
@@ -1310,6 +1310,7 @@ EXPORT_SYMBOL_GPL(snmp_mib_free);
 #ifdef CONFIG_IP_MULTICAST
 static struct net_protocol igmp_protocol = {
 	.handler =	igmp_rcv,
+	.netns_ok =	1,
 };
 #endif
 


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-12-17  8:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-08  1:29 [PATCH] igmp: allow IPPROTO_IGMP sockets in netns Alexey Dobriyan
2008-12-16 15:45 ` Benjamin Thery
2008-12-16 23:44   ` David Miller
2008-12-17  8:48     ` Benjamin Thery
  -- strict thread matches above, loose matches on Subject: below --
2008-09-08  0:38 Alexey Dobriyan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).