Re: [PATCH 12/12 net-2.6.25] [NETNS]: Add namespace for ICMP replying code.

2008-01-23 Thread YOSHIFUJI Hideaki / 吉藤英明
In article <[EMAIL PROTECTED]> (at Wed, 23 Jan 2008 10:16:29 +0100), Mathieu Lacage <[EMAIL PROTECTED]> says: > I have been following the netns patches on this ML for a while but I > still have not figured out in which tree the patches fed to David Miller > are applied. I have attempted to grep t

Re: [PATCH 12/12 net-2.6.25] [NETNS]: Add namespace for ICMP replying code.

2008-01-23 Thread Mathieu Lacage
hi, On Tue, 2008-01-22 at 23:51 -0800, David Miller wrote: > From: "Denis V. Lunev" <[EMAIL PROTECTED]> > Date: Wed, 23 Jan 2008 10:46:27 +0300 > > > All needed API is done, the namespace is available when required from the > > device on the DST entry from the incoming packet. So, just replace in

Re: [PATCH 12/12 net-2.6.25] [NETNS]: Add namespace for ICMP replying code.

2008-01-22 Thread David Miller
From: "Denis V. Lunev" <[EMAIL PROTECTED]> Date: Wed, 23 Jan 2008 10:46:27 +0300 > All needed API is done, the namespace is available when required from the > device on the DST entry from the incoming packet. So, just replace init_net > with proper namespace. > > Other protocols will follow. > >

[PATCH 12/12 net-2.6.25] [NETNS]: Add namespace for ICMP replying code.

2008-01-22 Thread Denis V. Lunev
All needed API is done, the namespace is available when required from the device on the DST entry from the incoming packet. So, just replace init_net with proper namespace. Other protocols will follow. Signed-off-by: Denis V. Lunev <[EMAIL PROTECTED]> --- net/ipv4/icmp.c | 21