commit | 07f4e62f1c704f583740e6dd59c223819feb03ec | [log] [tgz] |
---|---|---|
author | David Ahern <dsahern@gmail.com> | Tue Feb 13 08:37:33 2018 -0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Feb 13 14:34:28 2018 -0500 |
tree | c21f89d12e7a3bc445f65d88b380ce1722ab093f | |
parent | 8c2ceabe99e04005cadba739856eed6953a8a3af [diff] |
selftests: fib_tests: simplify ip commands in a namespace 'ip netns exec testns ip' is more efficiently handled using 'ip -netns'; runs the ip command after switching the namespace and avoids an exec. Signed-off-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>