85 lines
2.6 KiB
Diff
85 lines
2.6 KiB
Diff
|
From dafcd4c03c7d05ba8613c9fffb78aefaf87b31b7 Mon Sep 17 00:00:00 2001
|
||
|
From: Fernando Fernandez Mancera <ffmancera@riseup.net>
|
||
|
Date: Fri, 5 Apr 2019 17:36:55 +0200
|
||
|
Subject: [PATCH] doc: update nft list plural form parameters
|
||
|
|
||
|
Signed-off-by: Fernando Fernandez Mancera <ffmancera@riseup.net>
|
||
|
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
|
||
|
(cherry picked from commit 067ac215e93f6cb912c3f99ca9e6689397bfba2f)
|
||
|
|
||
|
Conflicts:
|
||
|
doc/nft.txt
|
||
|
-> Changes applied manually to doc/nft.xml
|
||
|
|
||
|
Signed-off-by: Phil Sutter <psutter@redhat.com>
|
||
|
---
|
||
|
doc/nft.xml | 24 ++++++++++++++++++++++++
|
||
|
1 file changed, 24 insertions(+)
|
||
|
|
||
|
diff --git a/doc/nft.xml b/doc/nft.xml
|
||
|
index 1a97d7a169776..ea3973e1b8f1a 100644
|
||
|
--- a/doc/nft.xml
|
||
|
+++ b/doc/nft.xml
|
||
|
@@ -560,6 +560,10 @@ filter input iif $int_ifs accept
|
||
|
<arg choice="opt"><replaceable>family</replaceable></arg>
|
||
|
<replaceable>table</replaceable>
|
||
|
</cmdsynopsis>
|
||
|
+ <cmdsynopsis>
|
||
|
+ <literal>list</literal>
|
||
|
+ <command>tables</command>
|
||
|
+ </cmdsynopsis>
|
||
|
<cmdsynopsis>
|
||
|
<literal>delete</literal>
|
||
|
<command>table</command>
|
||
|
@@ -705,6 +709,10 @@ add table inet mytable
|
||
|
<replaceable>table</replaceable>
|
||
|
<replaceable>chain</replaceable>
|
||
|
</cmdsynopsis>
|
||
|
+ <cmdsynopsis>
|
||
|
+ <literal>list</literal>
|
||
|
+ <command>chains</command>
|
||
|
+ </cmdsynopsis>
|
||
|
<cmdsynopsis>
|
||
|
<literal>delete</literal>
|
||
|
<command>chain</command>
|
||
|
@@ -1036,6 +1044,10 @@ table inet filter {
|
||
|
<replaceable>table</replaceable>
|
||
|
<replaceable>set</replaceable>
|
||
|
</cmdsynopsis>
|
||
|
+ <cmdsynopsis>
|
||
|
+ <literal>list</literal>
|
||
|
+ <command>sets</command>
|
||
|
+ </cmdsynopsis>
|
||
|
<cmdsynopsis>
|
||
|
<literal>delete</literal>
|
||
|
<command> set</command>
|
||
|
@@ -1187,6 +1199,10 @@ table inet filter {
|
||
|
<arg choice="opt">policy <replaceable>policy</replaceable> ;</arg>
|
||
|
}
|
||
|
</cmdsynopsis>
|
||
|
+ <cmdsynopsis>
|
||
|
+ <literal>list</literal>
|
||
|
+ <command>maps</command>
|
||
|
+ </cmdsynopsis>
|
||
|
<cmdsynopsis>
|
||
|
<group choice="req">
|
||
|
<arg>delete</arg>
|
||
|
@@ -1418,6 +1434,14 @@ table inet filter {
|
||
|
<replaceable>table</replaceable>
|
||
|
<literal> handle </literal><replaceable>handle</replaceable>
|
||
|
</cmdsynopsis>
|
||
|
+ <cmdsynopsis>
|
||
|
+ <literal>list</literal>
|
||
|
+ <command>counters</command>
|
||
|
+ </cmdsynopsis>
|
||
|
+ <cmdsynopsis>
|
||
|
+ <literal>list</literal>
|
||
|
+ <command>quotas</command>
|
||
|
+ </cmdsynopsis>
|
||
|
</para>
|
||
|
<para>
|
||
|
Stateful objects are attached to tables and are identified by an unique name. They group stateful information from rules, to reference them in rules the keywords "type name" are used e.g. "counter name".
|
||
|
--
|
||
|
2.21.0
|
||
|
|