lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Fri, 20 Mar 2015 23:01:05 +0000
From:	Ben Hutchings <ben@...adent.org.uk>
To:	Vadim Kochan <vadim4j@...il.com>
Cc:	netdev@...r.kernel.org, sergei.shtylyov@...entembedded.com,
	develop@...stov.de
Subject: Re: [PATCH iproute2 v3] man ip-netns: Notice about loose device
 when do 'del'

On Sun, 2015-03-15 at 17:49 +0200, Vadim Kochan wrote:
[...]
> --- a/man/man8/ip-netns.8
> +++ b/man/man8/ip-netns.8
> @@ -46,6 +46,9 @@ 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

Missing "a" before "process".

[...]
> +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
[...]

Use the .RS and .RE macros to begin and end indented text, not spaces.

Ben.

-- 
Ben Hutchings
All extremists should be taken out and shot.


Download attachment "signature.asc" of type "application/pgp-signature" (812 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ