From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vadim Kochan Subject: [PATCH iproute2 v2] man ip-netns: Fix syntax in default ns process, indent's Date: Sat, 21 Mar 2015 19:51:58 +0200 Message-ID: <1426960318-12044-1-git-send-email-vadim4j@gmail.com> Cc: ben@decadent.org.uk, Vadim Kochan To: netdev@vger.kernel.org Return-path: Received: from mail-wi0-f175.google.com ([209.85.212.175]:36746 "EHLO mail-wi0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751729AbbCUSDp (ORCPT ); Sat, 21 Mar 2015 14:03:45 -0400 Received: by wibg7 with SMTP id g7so13619517wib.1 for ; Sat, 21 Mar 2015 11:03:44 -0700 (PDT) Sender: netdev-owner@vger.kernel.org List-ID: From: Vadim Kochan Signed-off-by: Vadim Kochan --- v2: Deleted leading spaces - suggested by Ben Hutchings man/man8/ip-netns.8 | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/man/man8/ip-netns.8 b/man/man8/ip-netns.8 index d496675..0c3dca8 100644 --- a/man/man8/ip-netns.8 +++ b/man/man8/ip-netns.8 @@ -46,7 +46,7 @@ ip-netns \- process network namespace management A network namespace is logically another copy of the network stack, with its own routes, firewall rules, and network devices. -By default process inherits network namespace from its parent. Initially all +By default a process inherits network namespace from its parent. Initially all the processes share the same default network namespace from the init process. By convention a named network namespace is an object at @@ -103,10 +103,18 @@ option was specified then all the network namespace names will be removed. It is possible to lose the physical device when it was moved to netns and then this netns was deleted with a running process: - $ ip netns add net0 - $ ip link set dev eth0 netns net0 - $ ip netns exec net0 SOME_PROCESS_IN_BACKGROUND - $ ip netns del net0 +.RS 10 +$ ip netns add net0 +.RE +.RS 10 +$ ip link set dev eth0 netns net0 +.RE +.RS 10 +$ ip netns exec net0 SOME_PROCESS_IN_BACKGROUND +.RE +.RS 10 +$ ip netns del net0 +.RE and eth0 will appear in the default netns only after SOME_PROCESS_IN_BACKGROUND will exit or will be killed. To prevent this the processes running in net0 -- 2.3.1