netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] doc: fix compression parameter index
@ 2016-05-31 19:16 Laura Garcia Liebana
  2016-06-01  9:32 ` Pablo Neira Ayuso
  0 siblings, 1 reply; 2+ messages in thread
From: Laura Garcia Liebana @ 2016-05-31 19:16 UTC (permalink / raw)
  To: netfilter-devel

Fix the compression parameter index 'cpi' instead of 'cfi'.

Signed-off-by: Laura Garcia Liebana <nevola@gmail.com>
---
 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>
 							</row>
-- 
2.7.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] doc: fix compression parameter index
  2016-05-31 19:16 [PATCH] doc: fix compression parameter index Laura Garcia Liebana
@ 2016-06-01  9:32 ` Pablo Neira Ayuso
  0 siblings, 0 replies; 2+ messages in thread
From: Pablo Neira Ayuso @ 2016-06-01  9:32 UTC (permalink / raw)
  To: Laura Garcia Liebana; +Cc: netfilter-devel

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@gmail.com>
> ---
>  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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-06-01  9:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-31 19:16 [PATCH] doc: fix compression parameter index Laura Garcia Liebana
2016-06-01  9:32 ` Pablo Neira Ayuso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).