]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
selftests/net: add MPTCP coverage for IP_LOCAL_PORT_RANGE
authorMaxim Galaganov <max@internet.ru>
Tue, 19 Dec 2023 21:31:07 +0000 (22:31 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 26 Dec 2023 22:33:21 +0000 (22:33 +0000)
commit122db5e3634b85f6caeca19345e0adbdf79cb257
treef69161cf3a43b956ebff55aff7f5b9c5a2b583fa
parentc85636a2926424c70e13925db734eaca14f6367c
selftests/net: add MPTCP coverage for IP_LOCAL_PORT_RANGE

Since previous commit, MPTCP has support for IP_BIND_ADDRESS_NO_PORT and
IP_LOCAL_PORT_RANGE sockopts.

Add ip4_mptcp and ip6_mptcp fixture variants to ip_local_port_range
selftest to provide selftest coverage for these sockopts.

Acked-by: Mat Martineau <martineau@kernel.org>
Signed-off-by: Maxim Galaganov <max@internet.ru>
Signed-off-by: Matthieu Baerts <matttbe@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/selftests/net/ip_local_port_range.c