From: Ariel Levkovich Date: Fri, 21 May 2021 17:07:07 +0000 (+0300) Subject: tc: f_flower: Add missing ct_state flags to usage description X-Git-Tag: v5.14.0~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=825bd5dacb98597a5595b470bd275bb103a7b9c2;p=thirdparty%2Fiproute2.git tc: f_flower: Add missing ct_state flags to usage description Add ct_state flags rpl and inv to the commands usage description Signed-off-by: Ariel Levkovich Reviewed-by: Jiri Pirko Signed-off-by: David Ahern --- diff --git a/tc/f_flower.c b/tc/f_flower.c index 29db2e23f..c5af02761 100644 --- a/tc/f_flower.c +++ b/tc/f_flower.c @@ -94,7 +94,7 @@ static void explain(void) " LSE := lse depth DEPTH { label LABEL | tc TC | bos BOS | ttl TTL }\n" " FILTERID := X:Y:Z\n" " MASKED_LLADDR := { LLADDR | LLADDR/MASK | LLADDR/BITS }\n" - " MASKED_CT_STATE := combination of {+|-} and flags trk,est,new,rel\n" + " MASKED_CT_STATE := combination of {+|-} and flags trk,est,new,rel,rpl,inv\n" " ACTION-SPEC := ... look at individual actions\n" "\n" "NOTE: CLASSID, IP-PROTO are parsed as hexadecimal input.\n"