summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAriel Levkovich <lariel@nvidia.com>2021-05-21 20:07:07 +0300
committerDavid Ahern <dsahern@kernel.org>2021-05-27 14:40:05 +0000
commit825bd5dacb98597a5595b470bd275bb103a7b9c2 (patch)
tree897ebf7cd8a864c91487803fb294361b40f7a4d1
parent7fda6c588a295ad381fdf0b9b9971169b2f9d9dc (diff)
downloadiproute2-825bd5dacb98597a5595b470bd275bb103a7b9c2.tar.gz
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 <lariel@nvidia.com> Reviewed-by: Jiri Pirko <jiri@nvidia.com> Signed-off-by: David Ahern <dsahern@kernel.org>
-rw-r--r--tc/f_flower.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tc/f_flower.c b/tc/f_flower.c
index 29db2e23..c5af0276 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"