aboutgitcodebugslistschat
path: root/passt.1
diff options
context:
space:
mode:
authorDavid Gibson <david@gibson.dropbear.id.au>2022-08-26 14:58:35 +1000
committerStefano Brivio <sbrivio@redhat.com>2022-08-30 19:43:31 +0200
commit8de488892f3909fbce00643b5f2d494bb2304adf (patch)
treeeba3ac4063131604c908933f3107d60e3e3f1593 /passt.1
parentff1ac78a5e3f5045e8663640f2487a3caee91bc5 (diff)
downloadpasst-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.16
1 files changed, 0 insertions, 6 deletions
diff --git a/passt.1 b/passt.1
index 78b10b8..bbdadc1 100644
--- a/passt.1
+++ b/passt.1
@@ -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.