[PATCH 10/12 net-2.6.25] [NETNS]: Correct namespace for connect-time routing.

2008-01-22 Thread Denis V. Lunev
ip_route_connect and ip_route_newports are a part of routing API presented to the socket layer. The namespace is available inside them through a socket. Signed-off-by: Denis V. Lunev [EMAIL PROTECTED] --- include/net/route.h |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff

Re: [PATCH 10/12 net-2.6.25] [NETNS]: Correct namespace for connect-time routing.

2008-01-22 Thread David Miller
From: Denis V. Lunev [EMAIL PROTECTED] Date: Wed, 23 Jan 2008 10:46:25 +0300 ip_route_connect and ip_route_newports are a part of routing API presented to the socket layer. The namespace is available inside them through a socket. Signed-off-by: Denis V. Lunev [EMAIL PROTECTED] Applied. --