Skip to content

Commit

Permalink
tgupdate: merge t/mptcp-add-sched_data-helpers-2 into t/mptcp-add-bpf…
Browse files Browse the repository at this point in the history
…_mptcp_sched_ops base
  • Loading branch information
matttbe committed Dec 18, 2023
2 parents c5b25b1 + dfce73f commit f96c656
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tools/testing/selftests/net/mptcp/mptcp_join.sh
Original file line number Diff line number Diff line change
Expand Up @@ -995,13 +995,14 @@ chk_cestab_nr()
fi
}

# $1 namespace 1, $2 namespace 2
check_cestab()
{
if [ -n "${cestab_ns1}" ]; then
chk_cestab_nr $1 1
chk_cestab_nr ${1} ${cestab_ns1}
fi
if [ -n "${cestab_ns2}" ]; then
chk_cestab_nr $2 1
chk_cestab_nr ${2} ${cestab_ns2}
fi
}

Expand Down

0 comments on commit f96c656

Please sign in to comment.