Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
fix

Signed-off-by: Geliang Tang <[email protected]>
  • Loading branch information
geliangtang authored and Geliang Tang committed Mar 15, 2024
1 parent 76a2bb9 commit 022bf53
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/testing/selftests/net/mptcp/mptcp_join.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2732,7 +2732,9 @@ add_addr_ports_tests()
if reset "signal address with port"; then
pm_nl_set_limits $ns1 0 1
pm_nl_set_limits $ns2 1 1
pm_nl_add_endpoint $ns1 10.0.2.1 flags signal port 10100
pm_nl_add_endpoint $ns1 10.0.2.1 dev ns1eth2 flags signal port 10100
check_output "pm_nl_show_endpoints ${ns1}" \
"$(mptcp_lib_format_endpoints "1,10.0.2.1,signal,ns1eth2,10100")"
run_tests $ns1 $ns2 10.0.1.1
chk_join_nr 1 1 1
chk_add_nr 1 1 1
Expand Down

0 comments on commit 022bf53

Please sign in to comment.