[PATCH] 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
On Fri, Oct 07, 2022 at 09:16:41AM +0200, Stefano Brivio wrote:
Fixes: 745a9ba4284c ("pasta: By default, quit if filesystem-bound net namespace goes away") Signed-off-by: Stefano Brivio
Reviewed-by: David Gibson
--- conf.c | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/conf.c b/conf.c index 5a7f9b9..4ec1590 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");
-- David Gibson | I'll have my music baroque, and my code david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_ | _way_ _around_! http://www.ozlabs.org/~dgibson
participants (2)
-
David Gibson
-
Stefano Brivio