On 5/14/20 8:10 AM, Paul Blakey wrote: > Signed-off-by: Paul Blakey <pa...@mellanox.com> > --- > man/man8/tc-ct.8 | 107 > +++++++++++++++++++++++++++++++++++++++++++++++++++ > man/man8/tc-flower.8 | 6 +++ > 2 files changed, 113 insertions(+) > create mode 100644 man/man8/tc-ct.8 > > diff --git a/man/man8/tc-ct.8 b/man/man8/tc-ct.8 > new file mode 100644 > index 0000000..45d2932 > --- /dev/null > +++ b/man/man8/tc-ct.8 > @@ -0,0 +1,107 @@ > +.TH "ct action in tc" 8 "14 May 2020" "iproute2" "Linux" > +.SH NAME > +ct \- tc connection tracking action > +.SH SYNOPSIS > +.in +8 > +.ti -8 > +.BR "tc ... action ct commit [ force ] [ zone " > +.IR ZONE > +.BR "] [ mark " > +.IR MASKED_MARK > +.BR "] [ label " > +.IR MASKED_LABEL > +.BR "] [ nat " > +.IR NAT_SPEC > +.BR "]" > + > +.ti -8 > +.BR "tc ... action ct [ nat ] [ zone " > +.IR ZONE > +.BR "]" > + > +.ti -8 > +.BR "tc ... action ct clear"
seems like you are documenting existing capabilities vs something new to 5.8. correct?