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)
commit2060a5774452e35b4a1dc4371abbb5ffd691355f
tree0389286aed5bec256476585b0e793216c95a2412
parent1ba9ac7c35b30d6b958a30240e21ddaea8d21b35
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