aboutgitcodebugslistschat
diff options
context:
space:
mode:
authorStefano Brivio <sbrivio@redhat.com>2022-10-07 05:01:21 +0200
committerStefano Brivio <sbrivio@redhat.com>2022-10-15 02:10:36 +0200
commit10236de486553aed25d48bbc715e9153c59c50e5 (patch)
tree2776f7d791f143a8c859fde9b162a89473598c17
parentc1eff9a3c622516c7bb9194a1df50dfe01281c56 (diff)
downloadpasst-10236de486553aed25d48bbc715e9153c59c50e5.tar
passt-10236de486553aed25d48bbc715e9153c59c50e5.tar.gz
passt-10236de486553aed25d48bbc715e9153c59c50e5.tar.bz2
passt-10236de486553aed25d48bbc715e9153c59c50e5.tar.lz
passt-10236de486553aed25d48bbc715e9153c59c50e5.tar.xz
passt-10236de486553aed25d48bbc715e9153c59c50e5.tar.zst
passt-10236de486553aed25d48bbc715e9153c59c50e5.zip
conf: Report usage for --no-netns-quit
Fixes: 745a9ba4284c ("pasta: By default, quit if filesystem-bound net namespace goes away") Signed-off-by: Stefano Brivio <sbrivio@redhat.com> Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
-rw-r--r--conf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf.c b/conf.c
index 56f33f0..67a439d 100644
--- a/conf.c
+++ b/conf.c
@@ -787,6 +787,8 @@ pasta_opts:
info( " --netns PATH|NAME Target network namespace to join");
info( " --netns-only Don't join existing user namespace");
info( " implied if PATH or NAME are given without --userns");
+ info( " --no-netns-quit Don't quit if filesystem-bound target");
+ info( " network namespace is deleted");
info( " --config-net Configure tap interface in namespace");
info( " --ns-mac-addr ADDR Set MAC address on tap interface");