Re: [PATCH net-next] selftests/net: fix in_netns.sh script

2018-03-07 Thread David Miller
From: Prashant Bhole Date: Tue, 6 Mar 2018 17:31:32 +0900 > execute the subprocess in netns using 'ip netns exec' > > Fixes: cc30c93fa020 ("selftests/net: ignore background traffic in > psock_fanout") > Signed-off-by: Prashant Bhole Applied, thank you.

Re: [PATCH net-next] selftests/net: fix in_netns.sh script

2018-03-06 Thread Willem de Bruijn
> execute the subprocess in netns using 'ip netns exec' > > Fixes: cc30c93fa020 ("selftests/net: ignore background traffic in > psock_fanout") > Signed-off-by: Prashant Bhole Acked-by: Willem de Bruijn Thanks Prashant

[PATCH net-next] selftests/net: fix in_netns.sh script

2018-03-06 Thread Prashant Bhole
execute the subprocess in netns using 'ip netns exec' Fixes: cc30c93fa020 ("selftests/net: ignore background traffic in psock_fanout") Signed-off-by: Prashant Bhole --- tools/testing/selftests/net/in_netns.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/testing/selft