From: Varsha Rao Date: Sun, 30 Jul 2017 18:56:02 +0000 (+0530) Subject: man: Document nft monitor ruleset. X-Git-Tag: v0.8~97 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aa4125a0561d7ea656aecfe64670b4ad82d1010b;p=thirdparty%2Fnftables.git man: Document nft monitor ruleset. Add documentation for nft monitor ruleset command. Signed-off-by: Varsha Rao Signed-off-by: Pablo Neira Ayuso --- 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. - 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'. 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 + + Listen to ruleset events such as table, chain, rule, set, counters and quotas, in native nft format + +% nft monitor ruleset + +