* [PATCH nft] man: Document nft monitor ruleset.
@ 2017-07-30 18:56 Varsha Rao
2017-07-31 17:21 ` Pablo Neira Ayuso
0 siblings, 1 reply; 2+ messages in thread
From: Varsha Rao @ 2017-07-30 18:56 UTC (permalink / raw)
To: pablo, netfilter-devel
Add documentation for nft monitor ruleset command.
Signed-off-by: Varsha Rao <rvarsha016@gmail.com>
---
doc/nft.xml | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/doc/nft.xml b/doc/nft.xml
index 9c9192c..4d03a3d 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>
--
2.9.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-07-31 17:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-30 18:56 [PATCH nft] man: Document nft monitor ruleset Varsha Rao
2017-07-31 17:21 ` Pablo Neira Ayuso
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).