diff options
author | Stefano Brivio <sbrivio@redhat.com> | 2022-10-07 05:01:21 +0200 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2022-10-15 02:10:36 +0200 |
commit | 10236de486553aed25d48bbc715e9153c59c50e5 (patch) | |
tree | 2776f7d791f143a8c859fde9b162a89473598c17 | |
parent | c1eff9a3c622516c7bb9194a1df50dfe01281c56 (diff) | |
download | passt-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.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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"); |