Re: [PATCH 0/6 net-2.6.25] Provide correct namespace on IPv4 packet input path.

2008-01-21 Thread David Miller
From: "Denis V. Lunev" <[EMAIL PROTECTED]> Date: Mon, 21 Jan 2008 17:49:50 +0300 > This patchset sequentially adds namespace parameter to fib_lookup and > inetdev_by_index. After that it is possible to pass network namespace > from input packet to routing engine. > > Output path is much more intr

[PATCH 0/6 net-2.6.25] Provide correct namespace on IPv4 packet input path.

2008-01-21 Thread Denis V. Lunev
This patchset sequentially adds namespace parameter to fib_lookup and inetdev_by_index. After that it is possible to pass network namespace from input packet to routing engine. Output path is much more intrusive and will be sent separately. Signed-off-by: Denis V. Lunev <[EMAIL PROTECTED]> -- To