[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4947CD09.6060605@bull.net>
Date: Tue, 16 Dec 2008 16:45:13 +0100
From: Benjamin Thery <benjamin.thery@...l.net>
To: David Miller <davem@...emloft.net>,
Alexey Dobriyan <adobriyan@...il.com>
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH] igmp: allow IPPROTO_IGMP sockets in netns
Hi,
I was wondering what happened to this patch to support igmp socket
per-netns sent by Alexey in September?
It looks like it has never been merged in net-next-2.6?
There's also this other patch sent at the same time by Alexey to make
igmp proc entries per-netns that was "lost":
http://thread.gmane.org/gmane.linux.network/105226
Thanks,
Benjamin
Alexey Dobriyan wrote:
> 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
>
>
> _______________________________________________
> Containers mailing list
> Containers@...ts.linux-foundation.org
> https://lists.linux-foundation.org/mailman/listinfo/containers
>
>
--
B e n j a m i n T h e r y - BULL/DT/Open Software R&D
http://www.bull.com
--
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