commit | 3a2535a41854d481c1a052e267d1fe5d83f9493c | [log] [tgz] |
---|---|---|
author | Andrea Claudi <aclaudi@redhat.com> | Tue May 16 11:48:04 2023 +0200 |
committer | David Ahern <dsahern@kernel.org> | Thu May 18 09:37:11 2023 -0600 |
tree | b1d4d5f274c4fedc2d6ee1c85a3e09441a37eb21 | |
parent | bc42cde0a3327638510b26f31fe5c7ea5e714ff6 [diff] |
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>