selftests/bpf/test_tcp_check_syncookie: use temp netns for testing

Use temp netns instead of hard code name for testing in case the
netns already exists.

Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
Acked-by: Lorenz Bauer <lmb@cloudflare.com>
Link: https://lore.kernel.org/r/20220125081717.1260849-6-liuhangbin@gmail.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
This commit is contained in:
Hangbin Liu 2022-01-25 16:17:15 +08:00 коммит произвёл Alexei Starovoitov
Родитель 07c5855461
Коммит ab6bcc2072
1 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -4,6 +4,7 @@
# Copyright (c) 2019 Cloudflare
set -eu
readonly NS1="ns1-$(mktemp -u XXXXXX)"
wait_for_ip()
{
@ -28,12 +29,12 @@ get_prog_id()
ns1_exec()
{
ip netns exec ns1 "$@"
ip netns exec ${NS1} "$@"
}
setup()
{
ip netns add ns1
ip netns add ${NS1}
ns1_exec ip link set lo up
ns1_exec sysctl -w net.ipv4.tcp_syncookies=2