[NETNS]: Add namespace for ICMP replying code.
authorDenis V. Lunev <den@openvz.org>
Wed, 23 Jan 2008 07:50:57 +0000 (23:50 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:11:13 +0000 (15:11 -0800)
commitdde1bc0e6f86183bc095d0774cd109f4edf66ea2
treeb75823ba47c3047e5bf10acf7f3b207b43cb3cce
parentb5921910a1de4ba82add59154976c3dc7352c8c2
[NETNS]: Add namespace for ICMP replying code.

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 <den@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/icmp.c
net/ipv4/ip_output.c