From: David Ahern <[email protected]> Date: Thu, 28 Feb 2019 11:22:58 -0800
> From: David Ahern <[email protected]> > > '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 <[email protected]> Applied,thanks David.
