diff mbox

doc: fix old parameters and update datatypes

Message ID 20160601222511.GA4314@sonyv
State Accepted
Delegated to: Pablo Neira
Headers show

Commit Message

nevola June 1, 2016, 10:25 p.m. UTC
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(-)

Comments

Pablo Neira Ayuso June 2, 2016, 10:54 a.m. UTC | #1
On Thu, Jun 02, 2016 at 12:25:13AM +0200, Laura Garcia Liebana wrote:
> Fix old identifiers like 'ipcomp' and 'op' with 'comp' and 'operation'
> instead. Update some FIXME datatypes.

Applied, thanks Laura.
--
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 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>