Re: [patch 5/9][NETNS][IPV6] make bindv6only sysctl per namespace

2008-01-09 Thread David Miller
From: Daniel Lezcano <[EMAIL PROTECTED]> Date: Mon, 07 Jan 2008 17:36:35 +0100 > Thanks Benjamin to catch this. > > I think I have to apologize to Eric, I thought I tested with this option > off but it wasn't and Eric was right. I will wait a little for feedbacks > and send a V3. I would have

Re: [patch 5/9][NETNS][IPV6] make bindv6only sysctl per namespace

2008-01-07 Thread Eric Dumazet
On Mon, 07 Jan 2008 17:36:35 +0100 Daniel Lezcano <[EMAIL PROTECTED]> wrote: > Benjamin Thery wrote: > > Daniel, > > > > The kernel fails to build with this patch applied when CONFIG_SYSCTL=n > > See comment below. > > > > Daniel Lezcano wrote: > >> This patch moves the bindv6only sysctl to the

Re: [patch 5/9][NETNS][IPV6] make bindv6only sysctl per namespace

2008-01-07 Thread Daniel Lezcano
Benjamin Thery wrote: Daniel, The kernel fails to build with this patch applied when CONFIG_SYSCTL=n See comment below. Daniel Lezcano wrote: This patch moves the bindv6only sysctl to the network namespace structure. Until the ipv6 protocol is not per namespace, the sysctl variable is always f

Re: [patch 5/9][NETNS][IPV6] make bindv6only sysctl per namespace

2008-01-07 Thread Benjamin Thery
Daniel, The kernel fails to build with this patch applied when CONFIG_SYSCTL=n See comment below. Daniel Lezcano wrote: This patch moves the bindv6only sysctl to the network namespace structure. Until the ipv6 protocol is not per namespace, the sysctl variable is always from the initial network

[patch 5/9][NETNS][IPV6] make bindv6only sysctl per namespace

2008-01-04 Thread Daniel Lezcano
This patch moves the bindv6only sysctl to the network namespace structure. Until the ipv6 protocol is not per namespace, the sysctl variable is always from the initial network namespace. Signed-off-by: Daniel Lezcano <[EMAIL PROTECTED]> --- include/net/ipv6.h |1 - include/net/netns/i

[patch 5/9][NETNS][IPV6] make bindv6only sysctl per namespace

2008-01-02 Thread Daniel Lezcano
This patch moves the bindv6only sysctl to the network namespace structure. Until the ipv6 protocol is not per namespace, the sysctl variable is always from the initial network namespace. Signed-off-by: Daniel Lezcano <[EMAIL PROTECTED]> --- include/net/ipv6.h |1 - include/net/netns/i