]> git.baikalelectronics.ru Git - kernel.git/commit
[NETNS]: Drop packets in the non-initial namespace on the per/protocol basis.
authorDenis V. Lunev <den@openvz.org>
Mon, 24 Mar 2008 22:33:00 +0000 (15:33 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 24 Mar 2008 22:33:00 +0000 (15:33 -0700)
commite4220343be41ce7bc90ac837954fbb5363588510
tree2d25f9af4c1e599763f01f9338ed8bf0517ddac1
parentdbe4e343a0eaa4ef04d919390399950fbf87b1a3
[NETNS]: Drop packets in the non-initial namespace on the per/protocol basis.

IP layer now can handle multiple namespaces normally. So, process such
packets normally and drop them only if the transport layer is not
aware about namespaces.

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