[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080908012919.GD575@x200.localdomain>
Date: Mon, 8 Sep 2008 05:29:19 +0400
From: Alexey Dobriyan <adobriyan@...il.com>
To: davem@...emloft.net
Cc: netdev@...r.kernel.org, containers@...ts.linux-foundation.org
Subject: [PATCH] igmp: allow IPPROTO_IGMP sockets in netns
Looks like everything is already ready.
Required for ebtables(8) for one thing.
Signed-off-by: Alexey Dobriyan <adobriyan@...il.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
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists