]> git.ipfire.org Git - thirdparty/nftables.git/commit
monitor: print "dormant" flag in monitor mode
authorFlorian Westphal <fw@strlen.de>
Tue, 14 Jul 2020 16:33:59 +0000 (18:33 +0200)
committerFlorian Westphal <fw@strlen.de>
Sat, 18 Jul 2020 13:28:01 +0000 (15:28 +0200)
commit73605785cfc2a1928ddea3e2e675b460b27acd66
tree535eac1a45393f0af4f121d5919622b7c8a580fb
parentb593378b9b2470213af1892053af519801053a7e
monitor: print "dormant" flag in monitor mode

This distinction is important: a table with this flag is inert -- all
base chains are unregistered and see no traffic.

Signed-off-by: Florian Westphal <fw@strlen.de>
src/monitor.c