mention various 'nft list' options, such as secmarks, flow tables, and so on. Signed-off-by: Florian Westphal <fw@xxxxxxxxx> --- doc/nft.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/nft.txt b/doc/nft.txt index a4333d9d55f3..245406fb1335 100644 --- a/doc/nft.txt +++ b/doc/nft.txt @@ -684,6 +684,18 @@ and subtraction can be used to set relative priority, e.g. filter + 5 equals to *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 ---------------- [verse] @@ -691,6 +703,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 an unique name. They group stateful information from rules, to reference them in rules the -- 2.26.3