All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] doc: fix old parameters and update datatypes
@ 2016-06-01 22:25 Laura Garcia Liebana
  2016-06-02 10:54 ` Pablo Neira Ayuso
  0 siblings, 1 reply; 2+ messages in thread
From: Laura Garcia Liebana @ 2016-06-01 22:25 UTC (permalink / raw)
  To: netfilter-devel

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


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

* Re: [PATCH] doc: fix old parameters and update datatypes
  2016-06-01 22:25 [PATCH] doc: fix old parameters and update datatypes Laura Garcia Liebana
@ 2016-06-02 10:54 ` Pablo Neira Ayuso
  0 siblings, 0 replies; 2+ messages in thread
From: Pablo Neira Ayuso @ 2016-06-02 10:54 UTC (permalink / raw)
  To: Laura Garcia Liebana; +Cc: netfilter-devel

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.

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

end of thread, other threads:[~2016-06-02 10:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-01 22:25 [PATCH] doc: fix old parameters and update datatypes Laura Garcia Liebana
2016-06-02 10:54 ` Pablo Neira Ayuso

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.