selftests: mptcp: fix proto type in link_failure tests
authorGeliang Tang <geliang.tang@suse.com>
Fri, 29 Oct 2021 23:55:58 +0000 (16:55 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 1 Nov 2021 13:19:49 +0000 (13:19 +0000)
commit7c909a98042ce403c8497c5d6ff94dd53bdd2131
treee7c6e5817b9a15bed1eea41166164718e2ec5b03
parentf7536ffb0986d67191dfdd12e6aa34de64fd7621
selftests: mptcp: fix proto type in link_failure tests

In listener_ns, we should pass srv_proto argument to mptcp_connect command,
not cl_proto.

Fixes: 7d1e6f1639044 ("selftests: mptcp: add testcase for active-back")
Signed-off-by: Geliang Tang <geliang.tang@suse.com>
Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/selftests/net/mptcp/mptcp_join.sh