From 8de488892f3909fbce00643b5f2d494bb2304adf Mon Sep 17 00:00:00 2001 From: David Gibson Date: Fri, 26 Aug 2022 14:58:35 +1000 Subject: 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 --- passt.1 | 6 ------ 1 file changed, 6 deletions(-) (limited to 'passt.1') diff --git a/passt.1 b/passt.1 index 78b10b8..bbdadc1 100644 --- a/passt.1 +++ b/passt.1 @@ -458,12 +458,6 @@ without \-\-userns. 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 -- cgit v1.2.3