conf: Report usage for --no-netns-quit
Fixes: 745a9ba428
("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>
This commit is contained in:
parent
c1eff9a3c6
commit
10236de486
1 changed files with 2 additions and 0 deletions
2
conf.c
2
conf.c
|
@ -787,6 +787,8 @@ pasta_opts:
|
||||||
info( " --netns PATH|NAME Target network namespace to join");
|
info( " --netns PATH|NAME Target network namespace to join");
|
||||||
info( " --netns-only Don't join existing user namespace");
|
info( " --netns-only Don't join existing user namespace");
|
||||||
info( " implied if PATH or NAME are given without --userns");
|
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( " --config-net Configure tap interface in namespace");
|
||||||
info( " --ns-mac-addr ADDR Set MAC address on tap interface");
|
info( " --ns-mac-addr ADDR Set MAC address on tap interface");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue