hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/tools/testing/selftests/net/mptcp/mptcp_connect.sh
....@@ -1,6 +1,8 @@
11 #!/bin/bash
22 # SPDX-License-Identifier: GPL-2.0
33
4
+. "$(dirname "${0}")/mptcp_lib.sh"
5
+
46 time_start=$(date +%s)
57
68 optstring="S:R:d:e:l:r:h4cm:f:t"
....@@ -131,6 +133,8 @@
131133 done
132134 }
133135
136
+mptcp_lib_check_mptcp
137
+
134138 ip -Version > /dev/null 2>&1
135139 if [ $? -ne 0 ];then
136140 echo "SKIP: Could not run test without ip tool"