]> git.baikalelectronics.ru Git - kernel.git/commit
tipc: Enable use by containers having their own network namespace
authorAllan Stephens <allan.stephens@windriver.com>
Thu, 6 Oct 2011 17:57:51 +0000 (13:57 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Tue, 27 Dec 2011 16:13:05 +0000 (11:13 -0500)
commit65209297d181e2e492fe4fa889bbbeb37f674c70
tree0389286aed5bec256476585b0e793216c95a2412
parentcd341a1873aa62aecdfe092b81d6a7da63b12091
tipc: Enable use by containers having their own network namespace

Permits a Linux container to use TIPC sockets even when it has its own
network namespace defined by removing the check that prohibits such use.
This makes it possible for users who wish to isolate their container
network traffic from normal network traffic to utilize TIPC.

Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
net/tipc/socket.c