Re: [patch 3/4] Network namespaces: IPv4 FIB/routing in namespaces

2006-06-28 Thread Ben Greear
Daniel Lezcano wrote: Kirill Korotaev wrote: Structures related to IPv4 rounting (FIB and routing cache) are made per-namespace. Hi Andrey, if the ressources are private to the namespace, how do you will handle NFS mounted before creating the network namespace ? Do you take care of that

Re: [patch 3/4] Network namespaces: IPv4 FIB/routing in namespaces

2006-06-28 Thread Daniel Lezcano
Kirill Korotaev wrote: Structures related to IPv4 rounting (FIB and routing cache) are made per-namespace. Hi Andrey, if the ressources are private to the namespace, how do you will handle NFS mounted before creating the network namespace ? Do you take care of that or simply assume you can'

Re: [patch 3/4] Network namespaces: IPv4 FIB/routing in namespaces

2006-06-28 Thread Eric W. Biederman
Daniel Lezcano <[EMAIL PROTECTED]> writes: > Daniel Lezcano wrote: >> Andrey Savochkin wrote: >> >>> Structures related to IPv4 rounting (FIB and routing cache) >>> are made per-namespace. > > Hi Andrey, > > if the ressources are private to the namespace, how do you will handle NFS > mounted befor

Re: [patch 3/4] Network namespaces: IPv4 FIB/routing in namespaces

2006-06-28 Thread Andrey Savochkin
Daniel, On Wed, Jun 28, 2006 at 03:51:32PM +0200, Daniel Lezcano wrote: > Daniel Lezcano wrote: > > Andrey Savochkin wrote: > > > >> Structures related to IPv4 rounting (FIB and routing cache) > >> are made per-namespace. > > Hi Andrey, > > if the ressources are private to the namespace, how do

Re: [patch 3/4] Network namespaces: IPv4 FIB/routing in namespaces

2006-06-28 Thread Kirill Korotaev
Structures related to IPv4 rounting (FIB and routing cache) are made per-namespace. Hi Andrey, if the ressources are private to the namespace, how do you will handle NFS mounted before creating the network namespace ? Do you take care of that or simply assume you can't access NFS anymore ?

Re: [patch 3/4] Network namespaces: IPv4 FIB/routing in namespaces

2006-06-28 Thread Herbert Poetzl
On Wed, Jun 28, 2006 at 03:51:32PM +0200, Daniel Lezcano wrote: > Daniel Lezcano wrote: > >Andrey Savochkin wrote: > > > >>Structures related to IPv4 rounting (FIB and routing cache) > >>are made per-namespace. > > Hi Andrey, > > if the ressources are private to the namespace, how do you will >

Re: [patch 3/4] Network namespaces: IPv4 FIB/routing in namespaces

2006-06-28 Thread Daniel Lezcano
Daniel Lezcano wrote: Andrey Savochkin wrote: Structures related to IPv4 rounting (FIB and routing cache) are made per-namespace. Hi Andrey, if the ressources are private to the namespace, how do you will handle NFS mounted before creating the network namespace ? Do you take care of that o

Re: [patch 3/4] Network namespaces: IPv4 FIB/routing in namespaces

2006-06-27 Thread Andrey Savochkin
On Mon, Jun 26, 2006 at 10:05:14PM +0200, Herbert Poetzl wrote: > On Mon, Jun 26, 2006 at 04:56:46PM +0200, Daniel Lezcano wrote: > > Andrey Savochkin wrote: > > >Structures related to IPv4 rounting (FIB and routing cache) > > >are made per-namespace. > > > > How do you handle ICMP_REDIRECT ? > >

Re: [patch 3/4] Network namespaces: IPv4 FIB/routing in namespaces

2006-06-26 Thread Herbert Poetzl
On Mon, Jun 26, 2006 at 04:56:46PM +0200, Daniel Lezcano wrote: > Andrey Savochkin wrote: > >Structures related to IPv4 rounting (FIB and routing cache) > >are made per-namespace. > > How do you handle ICMP_REDIRECT ? and btw. how do you handle the beloved 'ping' (i.e. ICMP_ECHO_REQUEST/REPLY for

Re: [patch 3/4] Network namespaces: IPv4 FIB/routing in namespaces

2006-06-26 Thread Andrey Savochkin
On Mon, Jun 26, 2006 at 05:57:01PM +0200, Daniel Lezcano wrote: > Andrey Savochkin wrote: > > On Mon, Jun 26, 2006 at 04:56:46PM +0200, Daniel Lezcano wrote: > >> > >>How do you handle ICMP_REDIRECT ? > > > > > > Are you talking about routing cache entries created on incoming redirects? > > Or ou

Re: [patch 3/4] Network namespaces: IPv4 FIB/routing in namespaces

2006-06-26 Thread Daniel Lezcano
Andrey Savochkin wrote: On Mon, Jun 26, 2006 at 04:56:46PM +0200, Daniel Lezcano wrote: Andrey Savochkin wrote: Structures related to IPv4 rounting (FIB and routing cache) are made per-namespace. How do you handle ICMP_REDIRECT ? Are you talking about routing cache entries created on inc

Re: [patch 3/4] Network namespaces: IPv4 FIB/routing in namespaces

2006-06-26 Thread Andrey Savochkin
On Mon, Jun 26, 2006 at 04:56:46PM +0200, Daniel Lezcano wrote: > Andrey Savochkin wrote: > > Structures related to IPv4 rounting (FIB and routing cache) > > are made per-namespace. > > How do you handle ICMP_REDIRECT ? Are you talking about routing cache entries created on incoming redirects? Or

Re: [patch 3/4] Network namespaces: IPv4 FIB/routing in namespaces

2006-06-26 Thread Daniel Lezcano
Andrey Savochkin wrote: Structures related to IPv4 rounting (FIB and routing cache) are made per-namespace. How do you handle ICMP_REDIRECT ? - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.

[patch 3/4] Network namespaces: IPv4 FIB/routing in namespaces

2006-06-26 Thread Andrey Savochkin
Structures related to IPv4 rounting (FIB and routing cache) are made per-namespace. Signed-off-by: Andrey Savochkin <[EMAIL PROTECTED]> --- include/linux/net_ns.h |9 +++ include/net/flow.h |3 + include/net/ip_fib.h | 62 - net/core/dev.c |