Add documentation for nft monitor ruleset command. Signed-off-by: Varsha Rao <rvarsha016@xxxxxxxxx> --- 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 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html