]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0bebf75141379d588220247ed677c9d6e8d054c4
treee7c6e5817b9a15bed1eea41166164718e2ec5b03
parent57d5a5cb676bf8081e11dcdc5d1dc395fca237fd
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: 65fa9ec4d509d ("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