linux/tools/testing/selftests/net/mptcp
Paolo Abeni 6fa0174a7c mptcp: more careful RM_ADDR generation
The in-kernel MPTCP path manager, when processing the MPTCP_PM_CMD_FLUSH_ADDR
command, generates RM_ADDR events for each known local address. While that
is allowed by the RFC, it makes unpredictable the exact number of RM_ADDR
generated when both ends flush the PM addresses.

This change restricts the RM_ADDR generation to previously explicitly
announced addresses, and adjust the expected results in a bunch of related
self-tests.

Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2022-03-08 22:06:11 -08:00
..
.gitignore selftests: mptcp: add inq test case 2021-12-07 11:36:30 -08:00
config selftests: mptcp: add tests for subflow creation failure 2022-01-07 11:27:07 +00:00
diag.sh selftests: mptcp: fix diag instability 2022-02-19 12:28:00 +00:00
Makefile selftests: mptcp: add inq test case 2021-12-07 11:36:30 -08:00
mptcp_connect.c selftests: mptcp: add disconnect tests 2022-01-07 11:27:07 +00:00
mptcp_connect.sh Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2022-03-03 11:55:12 -08:00
mptcp_inq.c selftests: mptcp: remove duplicate include in mptcp_inq.c 2021-12-10 11:00:32 -08:00
mptcp_join.sh mptcp: more careful RM_ADDR generation 2022-03-08 22:06:11 -08:00
mptcp_sockopt.c selftests: mptcp: check IP_TOS in/out are the same 2021-12-07 11:36:30 -08:00
mptcp_sockopt.sh selftests: mptcp: add inq test case 2021-12-07 11:36:30 -08:00
pm_netlink.sh selftests: mptcp: add set_flags tests in pm_netlink.sh 2022-02-04 20:30:24 -08:00
pm_nl_ctl.c selftests: mptcp: add the id argument for set_flags 2022-02-04 20:30:24 -08:00
settings selftests: mptcp: increase timeout to 20 minutes 2022-02-17 19:59:58 -08:00
simult_flows.sh selftests: mptcp: more stable simult_flows tests 2021-11-01 13:19:49 +00:00