summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/nft.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/nft.xml b/doc/nft.xml
index 9c9192cf..4d03a3db 100644
--- a/doc/nft.xml
+++ b/doc/nft.xml
@@ -4385,7 +4385,7 @@ add rule nat prerouting tcp dport 22 redirect to :2222
XML, JSON or native nft format.
</para>
<para>
- To filter events related to a concrete object, use one of the keywords 'tables', 'chains', 'sets', 'rules', 'elements'.
+ To filter events related to a concrete object, use one of the keywords 'tables', 'chains', 'sets', 'rules', 'elements' , 'ruleset'.
</para>
<para>
To filter events related to a concrete action, use keyword 'new' or 'destroy'.
@@ -4417,6 +4417,12 @@ add rule nat prerouting tcp dport 22 redirect to :2222
% nft monitor chains
</programlisting>
</example>
+ <example>
+ <title>Listen to ruleset events such as table, chain, rule, set, counters and quotas, in native nft format</title>
+ <programlisting>
+% nft monitor ruleset
+ </programlisting>
+ </example>
</refsect2>
</refsect1>