]> 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)
commit22c762bd1e3c477e002c1e600b269c2c50536f3a
tree0389286aed5bec256476585b0e793216c95a2412
parentbcb2037fa2ec1a911319d717ae3b5e971f168bb5
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