Bladeren bron

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>
Allan Stephens 13 jaren geleden
bovenliggende
commit
2060a57744
1 gewijzigde bestanden met toevoegingen van 0 en 3 verwijderingen
  1. 0 3
      net/tipc/socket.c

+ 0 - 3
net/tipc/socket.c

@@ -185,9 +185,6 @@ static int tipc_create(struct net *net, struct socket *sock, int protocol,
 
 
 	/* Validate arguments */
 	/* Validate arguments */
 
 
-	if (!net_eq(net, &init_net))
-		return -EAFNOSUPPORT;
-
 	if (unlikely(protocol != 0))
 	if (unlikely(protocol != 0))
 		return -EPROTONOSUPPORT;
 		return -EPROTONOSUPPORT;