Blame SOURCES/0060-doc-update-nft-list-plural-form-parameters.patch

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