]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
Revert "mptcp: add implicit flag to the 'ip mptcp' inline help"
authorStephen Hemminger <stephen@networkplumber.org>
Wed, 22 Oct 2025 17:06:04 +0000 (10:06 -0700)
committerStephen Hemminger <stephen@networkplumber.org>
Wed, 22 Oct 2025 17:06:04 +0000 (10:06 -0700)
This reverts commit 14749b22dd8f2246511c6622c2a4646adfc5b184.
Only kernel can create implicit endpoints.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
ip/ipmptcp.c

index 6bfdc7bb1d167b1cd1bfdd43ea7d9002dd530d9e..2415cac8a36089da0e1c42995c06535a08305de7 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 | implicit ]\n"
+               "FLAG  := [ signal | subflow | backup | fullmesh ]\n"
                "CHANGE-OPT := [ backup | nobackup | fullmesh | nofullmesh ]\n");
 
        exit(-1);