[NETNS]: Pass correct namespace in ip_route_input_slow.
authorDenis V. Lunev <den@openvz.org>
Tue, 22 Jan 2008 01:34:35 +0000 (17:34 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:10:22 +0000 (15:10 -0800)
commit84a885f44961c17a91cae9a9c03e4b3dae5d8d94
tree008cdba1ea0e14fdb2b95a74ad8e7998e37c49ae
parent86167a377f1c4fb40742302ae7682dd574abde86
[NETNS]: Pass correct namespace in ip_route_input_slow.

The packet on the input path always has a referrence to an input
network device it is passed from. Extract network namespace from it.

Signed-off-by: Denis V. Lunev <den@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/route.c