]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
tc: f_flower: Add missing ct_state flags to usage description
authorAriel Levkovich <lariel@nvidia.com>
Fri, 21 May 2021 17:07:07 +0000 (20:07 +0300)
committerDavid Ahern <dsahern@kernel.org>
Thu, 27 May 2021 14:40:05 +0000 (14:40 +0000)
Add ct_state flags rpl and inv to the commands usage
description

Signed-off-by: Ariel Levkovich <lariel@nvidia.com>
Reviewed-by: Jiri Pirko <jiri@nvidia.com>
Signed-off-by: David Ahern <dsahern@kernel.org>
tc/f_flower.c

index 29db2e23f47f63a8ed7bd9f20809e7826d7642d2..c5af02761cc63530082d320c00169e4eed9bb2ef 100644 (file)
@@ -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"