summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorVarsha Rao <rvarsha016@gmail.com>2017-07-31 00:26:02 +0530
committerPablo Neira Ayuso <pablo@netfilter.org>2017-07-31 19:21:43 +0200
commitaa4125a0561d7ea656aecfe64670b4ad82d1010b (patch)
tree5e4742ff217219d1c92be3d4f202cd9c81a4664a /doc
parentc88c2325def5f136e8e0cacdea887d7781662f30 (diff)
man: Document nft monitor ruleset.
Add documentation for nft monitor ruleset command. Signed-off-by: Varsha Rao <rvarsha016@gmail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
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>