OSDN Git Service

selftests: mptcp: add invert argument for chk_rm_nr
authorGeliang Tang <geliangtang@gmail.com>
Sat, 13 Mar 2021 01:16:19 +0000 (17:16 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 13 Mar 2021 01:47:45 +0000 (17:47 -0800)
commit7028ba8ac9683b7e4f4db4db63a306d7497e7150
tree7698394480e265880139f1e57802bf0fffd1a9cb
parent0e4a3e68862b7844c87126628082ae97c066b9da
selftests: mptcp: add invert argument for chk_rm_nr

Some of the removing testcases used two zeros as arguments for chk_rm_nr
like this: chk_rm_nr 0 0. This doesn't mean that no RM_ADDR has been sent.
It only means that RM_ADDR had been sent in the opposite direction that
chk_rm_nr is checking.

This patch added a new argument invert for chk_rm_nr to allow it can
check the RM_ADDR from the opposite direction.

Signed-off-by: Geliang Tang <geliangtang@gmail.com>
Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/selftests/net/mptcp/mptcp_join.sh