diff mbox

doc: fix compression parameter index

Message ID 20160531191629.GA22706@sonyv
State Accepted
Delegated to: Pablo Neira
Headers show

Commit Message

nevola May 31, 2016, 7:16 p.m. UTC
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(-)

Comments

Pablo Neira Ayuso June 1, 2016, 9:32 a.m. UTC | #1
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.
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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>