From 6778948f9de86c3cfaf36725a7c87dcff9ba247f Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 11 Dec 2023 08:20:59 +0000 Subject: [PATCH] kernel_5.10 no rt --- kernel/tools/testing/selftests/bpf/test_lwt_seg6local.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/tools/testing/selftests/bpf/test_lwt_seg6local.sh b/kernel/tools/testing/selftests/bpf/test_lwt_seg6local.sh index 785eabf..5620919 100755 --- a/kernel/tools/testing/selftests/bpf/test_lwt_seg6local.sh +++ b/kernel/tools/testing/selftests/bpf/test_lwt_seg6local.sh @@ -140,7 +140,7 @@ ip netns exec ns6 nc -l -6 -u -d 7330 > $TMP_FILE & ip netns exec ns1 bash -c "echo 'foobar' | nc -w0 -6 -u -p 2121 -s fb00::1 fb00::6 7330" sleep 5 # wait enough time to ensure the UDP datagram arrived to the last segment -kill -INT $! +kill -TERM $! if [[ $(< $TMP_FILE) != "foobar" ]]; then exit 1 -- Gitblit v1.6.2