]> git.ipfire.org Git - thirdparty/iproute2.git/commit
man: mptcp: 'port' has to be used with 'signal'
authorMatthieu Baerts (NGI0) <matttbe@kernel.org>
Sat, 27 Jul 2024 10:10:32 +0000 (12:10 +0200)
committerStephen Hemminger <stephen@networkplumber.org>
Fri, 2 Aug 2024 17:47:39 +0000 (10:47 -0700)
commit8251786f3d8158b4cc0dcc995a6c5fe58c908b6d
tree15789a3861a7de847cdda5080652a51f2d9f431d
parent80392875faa810aa31f7f50d6c320370b4bdb8b0
man: mptcp: 'port' has to be used with 'signal'

That's what is enforced by the kernel: the 'port' is used to create a
new listening socket on that port, not to create a new subflow from/to
that port. It then requires the 'signal' flag.

Acked-by: Mat Martineau <martineau@kernel.org>
Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
man/man8/ip-mptcp.8