On Tue, May 31, 2016 at 09:16:32PM +0200, Laura Garcia Liebana wrote: > Fix the compression parameter index 'cpi' instead of 'cfi'. Applied, thanks Laura. BTW, see below. > Signed-off-by: Laura Garcia Liebana <nevola@xxxxxxxxx> > --- > doc/nft.xml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/doc/nft.xml b/doc/nft.xml > index 22d023e..0ebf51a 100644 > --- a/doc/nft.xml > +++ b/doc/nft.xml > @@ -1920,7 +1920,7 @@ filter output oif eth0 > <entry>FIXME</entry> > </row> > <row> > - <entry>cfi</entry> > + <entry>cpi</entry> > <entry>Compression Parameter Index</entry> > <entry>FIXME</entry> Could you replace all these FIXME by the corresponding type? You can easily get the types using the 'describe' command. # nft describe comp cpi payload expression, datatype integer (integer), 16 bits Thanks. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html