From: Laura Garcia Liebana <nevola@gmail.com>
To: netfilter-devel@vger.kernel.org
Subject: [PATCH] doc: fix old parameters and update datatypes
Date: Thu, 2 Jun 2016 00:25:13 +0200 [thread overview]
Message-ID: <20160601222511.GA4314@sonyv> (raw)
Fix old identifiers like 'ipcomp' and 'op' with 'comp' and 'operation'
instead. Update some FIXME datatypes.
Signed-off-by: Laura Garcia Liebana <nevola@gmail.com>
---
doc/nft.xml | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/doc/nft.xml b/doc/nft.xml
index 0ebf51a..b9f3c69 100644
--- a/doc/nft.xml
+++ b/doc/nft.xml
@@ -1331,7 +1331,7 @@ filter output oif eth0
<row>
<entry>htype</entry>
<entry>ARP hardware type</entry>
- <entry>FIXME</entry>
+ <entry>integer (16 bit)</entry>
</row>
<row>
<entry>ptype</entry>
@@ -1349,9 +1349,9 @@ filter output oif eth0
<entry>integer (8 bit)</entry>
</row>
<row>
- <entry>op</entry>
+ <entry>operation</entry>
<entry>Operation</entry>
- <entry>FIXME</entry>
+ <entry>arp_op</entry>
</row>
</tbody>
</tgroup>
@@ -1578,7 +1578,7 @@ filter output oif eth0
<row>
<entry>reserved</entry>
<entry>Reserved area</entry>
- <entry>FIXME</entry>
+ <entry>integer (4 bit)</entry>
</row>
<row>
<entry>flags</entry>
@@ -1829,7 +1829,7 @@ filter output oif eth0
<row>
<entry>reserved</entry>
<entry>Reserved area</entry>
- <entry>FIXME</entry>
+ <entry>integer (4 bit)</entry>
</row>
<row>
<entry>spi</entry>
@@ -1890,7 +1890,7 @@ filter output oif eth0
<title>IPcomp header expression</title>
<para>
<cmdsynopsis>
- <command>ipcomp</command>
+ <command>comp</command>
<arg opt="req"><replaceable>IPComp header field</replaceable></arg>
</cmdsynopsis>
</para>
@@ -1917,12 +1917,12 @@ filter output oif eth0
<row>
<entry>flags</entry>
<entry>Flags</entry>
- <entry>FIXME</entry>
+ <entry>bitmask</entry>
</row>
<row>
<entry>cpi</entry>
<entry>Compression Parameter Index</entry>
- <entry>FIXME</entry>
+ <entry>integer (16 bit)</entry>
</row>
</tbody>
</tgroup>
--
2.7.0
next reply other threads:[~2016-06-01 22:25 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-01 22:25 Laura Garcia Liebana [this message]
2016-06-02 10:54 ` [PATCH] doc: fix old parameters and update datatypes Pablo Neira Ayuso
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160601222511.GA4314@sonyv \
--to=nevola@gmail.com \
--cc=netfilter-devel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.