From d34a1c30004fe1e22743848c192516cf228023ef Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Wed, 12 May 2021 14:00:54 +0200 Subject: doc: add LISTING section mention various 'nft list' options, such as secmarks, flow tables, and so on. Signed-off-by: Florian Westphal --- doc/nft.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/nft.txt b/doc/nft.txt index 011095ba..46e8dc53 100644 --- a/doc/nft.txt +++ b/doc/nft.txt @@ -683,6 +683,16 @@ and subtraction can be used to set relative priority, e.g. filter + 5 equals to *delete*:: Delete the specified flowtable. *list*:: List all flowtables. +LISTING +------- +[verse] +*list { secmarks | synproxys | flow tables | meters | hooks }* ['family'] +*list { secmarks | synproxys | flow tables | meters | hooks } table* ['family'] 'table' +*list ct { timeout | expectation | helper | helpers } table* ['family'] 'table' + +Inspect configured objects. +*list hooks* shows the full hook pipeline, including those registered by +kernel modules, such as nf_conntrack. STATEFUL OBJECTS ---------------- @@ -691,6 +701,7 @@ STATEFUL OBJECTS *delete* 'type' ['family'] 'table' *handle* 'handle' *list counters* ['family'] *list quotas* ['family'] +*list limits* ['family'] Stateful objects are attached to tables and are identified by a unique name. They group stateful information from rules, to reference them in rules the -- cgit v1.2.3