diff options
author | David Gibson <david@gibson.dropbear.id.au> | 2022-08-26 14:58:35 +1000 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2022-08-30 19:43:31 +0200 |
commit | 8de488892f3909fbce00643b5f2d494bb2304adf (patch) | |
tree | eba3ac4063131604c908933f3107d60e3e3f1593 /passt.1 | |
parent | ff1ac78a5e3f5045e8663640f2487a3caee91bc5 (diff) | |
download | passt-8de488892f3909fbce00643b5f2d494bb2304adf.tar passt-8de488892f3909fbce00643b5f2d494bb2304adf.tar.gz passt-8de488892f3909fbce00643b5f2d494bb2304adf.tar.bz2 passt-8de488892f3909fbce00643b5f2d494bb2304adf.tar.lz passt-8de488892f3909fbce00643b5f2d494bb2304adf.tar.xz passt-8de488892f3909fbce00643b5f2d494bb2304adf.tar.zst passt-8de488892f3909fbce00643b5f2d494bb2304adf.zip |
Remove --nsrun-dir option
pasta can identify a netns as a "name", which is to say a path relative to
(usually) /run/netns, which is the place that ip(8) creates persistent
network namespaces. Alternatively a full path to a netns can be given.
The --nsrun-dir option allows the user to change the standard path where
netns names are resolved. However, there's no real point to this, if the
user wants to override the location of the netns, they can just as easily
use the full path to specify the netns.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'passt.1')
-rw-r--r-- | passt.1 | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -459,12 +459,6 @@ If the target network namespace is bound to the filesystem (that is, if PATH or NAME are given as target), do not exit once the network namespace is deleted. .TP -.BR \-\-nsrun-dir " " \fIpath -Directory for nsfs mountpoints, used as path prefix for names of namespaces. - -The default path is shown with --help. - -.TP .BR \-\-config-net Configure networking in the namespace: set up addresses and routes as configured or sourced from the host, and bring up the tap interface. |