]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
mptcp: add implicit flag to the 'ip mptcp' inline help
authorAndrea Claudi <aclaudi@redhat.com>
Tue, 21 Oct 2025 19:26:56 +0000 (21:26 +0200)
committerStephen Hemminger <stephen@networkplumber.org>
Tue, 21 Oct 2025 22:06:17 +0000 (15:06 -0700)
ip mptcp supports the implicit flag since commit 3a2535a41854 ("mptcp:
add support for implicit flag"), however this flag is not listed in the
command inline help.

Add the implicit flag to the inline help.

Signed-off-by: Andrea Claudi <aclaudi@redhat.com>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
ip/ipmptcp.c

index 2415cac8a36089da0e1c42995c06535a08305de7..6bfdc7bb1d167b1cd1bfdd43ea7d9002dd530d9e 100644 (file)
@@ -32,7 +32,7 @@ static void usage(void)
                "       ip mptcp limits show\n"
                "       ip mptcp monitor\n"
                "FLAG-LIST := [ FLAG-LIST ] FLAG\n"
-               "FLAG  := [ signal | subflow | backup | fullmesh ]\n"
+               "FLAG  := [ signal | subflow | backup | fullmesh | implicit ]\n"
                "CHANGE-OPT := [ backup | nobackup | fullmesh | nofullmesh ]\n");
 
        exit(-1);