Skip to content

Commit

Permalink
disable=SC2030
Browse files Browse the repository at this point in the history
fix2

Signed-off-by: Geliang Tang <[email protected]>
  • Loading branch information
Geliang Tang committed Mar 16, 2024
1 parent a4e6d0c commit 629f95b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/testing/selftests/net/mptcp/mptcp_join.sh
Original file line number Diff line number Diff line change
@@ -817,6 +817,7 @@ pm_nl_set_endpoint()
local id

local i
# shellcheck disable=SC2030
for i in "${arr[@]}"; do
if [ $i = "id" ]; then
id=${arr[$nr+1]}
@@ -2548,6 +2549,7 @@ v4mapped_tests()
# no subflow IPv6 to v4 address even if v6 has a valid v4 at the end
local addr i
for addr in "2" "10.0.3.2"; do
# shellcheck disable=SC2031
if reset "no JOIN with diff families v4-v6-$((++i))"; then
pm_nl_set_limits $ns1 0 1
pm_nl_set_limits $ns2 0 1

0 comments on commit 629f95b

Please sign in to comment.