hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/tools/testing/selftests/net/mptcp/simult_flows.sh
....@@ -1,6 +1,8 @@
11 #!/bin/bash
22 # SPDX-License-Identifier: GPL-2.0
33
4
+. "$(dirname "${0}")/mptcp_lib.sh"
5
+
46 rndh=$(printf %x $sec)-$(mktemp -u XXXXXX)
57 ns1="ns1-$rndh"
68 ns2="ns2-$rndh"
....@@ -31,6 +33,8 @@
3133 done
3234 }
3335
36
+mptcp_lib_check_mptcp
37
+
3438 ip -Version > /dev/null 2>&1
3539 if [ $? -ne 0 ];then
3640 echo "SKIP: Could not run test without ip tool"