]> git.ipfire.org Git - thirdparty/iproute2.git/commit
mptcp: add support for implicit flag
authorAndrea Claudi <aclaudi@redhat.com>
Tue, 16 May 2023 09:48:04 +0000 (11:48 +0200)
committerDavid Ahern <dsahern@kernel.org>
Thu, 18 May 2023 15:37:11 +0000 (09:37 -0600)
commit3a2535a41854d481c1a052e267d1fe5d83f9493c
treeb1d4d5f274c4fedc2d6ee1c85a3e09441a37eb21
parentbc42cde0a3327638510b26f31fe5c7ea5e714ff6
mptcp: add support for implicit flag

Kernel supports implicit flag since commit d045b9eb95a9 ("mptcp:
introduce implicit endpoints"), included in v5.18.

Let's add support for displaying it to iproute2.

Before this change:
$ ip mptcp endpoint show
10.0.2.2 id 1 rawflags 10

After this change:
$ ip mptcp endpoint show
10.0.2.2 id 1 implicit

Signed-off-by: Andrea Claudi <aclaudi@redhat.com>
Signed-off-by: David Ahern <dsahern@kernel.org>
ip/ipmptcp.c
man/man8/ip-mptcp.8