]> git.ipfire.org Git - thirdparty/iproute2.git/commit
iplink: fix help of 'netns' arg
authorNicolas Dichtel <nicolas.dichtel@6wind.com>
Fri, 21 Apr 2023 07:47:20 +0000 (09:47 +0200)
committerStephen Hemminger <stephen@networkplumber.org>
Sat, 22 Apr 2023 03:13:08 +0000 (20:13 -0700)
commit1371d7deaa2011f5e611e7ce9fdad65483f248dd
tree69aee98ac6445508749b29e4496a664c893eab7d
parent3921f56ec3be1d3cf6a06e9dfc0192045785d1df
iplink: fix help of 'netns' arg

'ip link set foo netns /proc/1/ns/net' is a valid command.
Let's update the doc accordingly.

Fixes: 0dc34c7713bb ("iproute2: Add processless network namespace support")
Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Reviewed-by: David Marchand <david.marchand@redhat.com>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
ip/iplink.c
man/man8/ip-link.8.in