]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
man ip-link: Add notice about local netns devices
authorVadim Kochan <vadim4j@gmail.com>
Wed, 25 Feb 2015 13:46:22 +0000 (15:46 +0200)
committerStephen Hemminger <shemming@brocade.com>
Sat, 28 Feb 2015 03:03:26 +0000 (19:03 -0800)
Added some clarification why 'ip link set netns' can not
change network namespace for some kind of devices.

Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
man/man8/ip-link.8.in

index 398348af841bf05440d1deb047faee9443f97808..be4b481f4f673e6813645aac502dad7b6cfefdb5 100644 (file)
@@ -662,14 +662,29 @@ the interface is
 .IR "POINTOPOINT" .
 
 .TP
-.BI netns " PID"
-move the device to the network namespace associated with the process
-.IR "PID".
-
-.TP
-.BI netns " NETNSNAME"
+.BI netns " NETNSNAME " \fR| " PID"
 move the device to the network namespace associated with name
-.IR "NETNSNAME".
+.IR "NETNSNAME " or
+.RI process " PID".
+
+Some devices are not allowed to change network namespace: loopback, bridge,
+ppp, wireless. These are network namespace local devices. In such case
+.B ip
+tool will return "Invalid argument" error. It is possible to find out if device is local
+to a single network namespace by checking
+.B netns-local
+flag in the output of the
+.BR ethtool ":"
+
+.in +8
+.B ethtool -k
+.I DEVICE
+.in -8
+
+To change network namespace for wireless devices the
+.B iw
+tool can be used. But it allows to change network namespace only for physical devices and by process
+.IR PID .
 
 .TP
 .BI alias " NAME"