mention various 'nft list' options, such as secmarks, flow tables, and so on. Signed-off-by: Florian Westphal <fw@xxxxxxxxx> --- No changes. doc/nft.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/nft.txt b/doc/nft.txt index 011095babe80..46e8dc5366c2 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 -- 2.31.1