From: David Ahern <dsah...@kernel.org>
Date: Thu, 28 Feb 2019 11:22:58 -0800

> From: David Ahern <dsah...@gmail.com>
> 
> 'ip' can switch network namespaces internally and then run a given
> command relative to that namespace without the need to fork and exec
> another ip instance. Update all references of the form:
>     ip netns exec "$testns" ip ...
> to
>     ip -netns "$testns" ...
> 
> Signed-off-by: David Ahern <dsah...@gmail.com>

Applied,thanks David.

Reply via email to