Re: [PATCH bpf-next] selftests/bpf: use localhost in tcp_{server,client}.py

2019-02-04 Thread Daniel Borkmann
On 02/04/2019 07:43 PM, Stanislav Fomichev wrote: > Bind and connect to localhost. There is no reason for this test to > use non-localhost interface. This lets us run this test in a network > namespace. > > Signed-off-by: Stanislav Fomichev Applied, thanks!

[PATCH bpf-next] selftests/bpf: use localhost in tcp_{server,client}.py

2019-02-04 Thread Stanislav Fomichev
Bind and connect to localhost. There is no reason for this test to use non-localhost interface. This lets us run this test in a network namespace. Signed-off-by: Stanislav Fomichev --- tools/testing/selftests/bpf/tcp_client.py | 3 +-- tools/testing/selftests/bpf/tcp_server.py | 5 + 2 files