From dafcd4c03c7d05ba8613c9fffb78aefaf87b31b7 Mon Sep 17 00:00:00 2001 From: Fernando Fernandez Mancera Date: Fri, 5 Apr 2019 17:36:55 +0200 Subject: [PATCH] doc: update nft list plural form parameters Signed-off-by: Fernando Fernandez Mancera Signed-off-by: Pablo Neira Ayuso (cherry picked from commit 067ac215e93f6cb912c3f99ca9e6689397bfba2f) Conflicts: doc/nft.txt -> Changes applied manually to doc/nft.xml Signed-off-by: Phil Sutter --- 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 family table + + list + tables + delete table @@ -705,6 +709,10 @@ add table inet mytable table chain + + list + chains + delete chain @@ -1036,6 +1044,10 @@ table inet filter { table set + + list + sets + delete set @@ -1187,6 +1199,10 @@ table inet filter { policy policy ; } + + list + maps + delete @@ -1418,6 +1434,14 @@ table inet filter { table handle handle + + list + counters + + + list + quotas + 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