From: Andrea Claudi Date: Tue, 21 Oct 2025 19:26:56 +0000 (+0200) Subject: mptcp: add implicit flag to the 'ip mptcp' inline help X-Git-Tag: v6.18.0~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14749b22dd8f2246511c6622c2a4646adfc5b184;p=thirdparty%2Fiproute2.git mptcp: add implicit flag to the 'ip mptcp' inline help 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 Signed-off-by: Stephen Hemminger --- diff --git a/ip/ipmptcp.c b/ip/ipmptcp.c index 2415cac8..6bfdc7bb 100644 --- a/ip/ipmptcp.c +++ b/ip/ipmptcp.c @@ -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);