Prettify expired rules printing
authorkn <kn@openbsd.org>
Sat, 19 Nov 2022 14:01:51 +0000 (14:01 +0000)
committerkn <kn@openbsd.org>
Sat, 19 Nov 2022 14:01:51 +0000 (14:01 +0000)
commit115753a87ce31c2e7158aa5613a6b102044d494b
tree9bbe8a48aabf7ab02a8ceea212f61f430cbbac73
parent66da484fb8188af45d68d58c44527d440f65d302
Prettify expired rules printing

"pfctl -s rules"    omits expired rules but print newlines for them.
"pfctl -s rules -v" omits expired rules but print their stats.

Add the existing skip check to those two missing print logic places such
that expired rules won't cause any output at all, as expected, unless
debug ("-g") or more verbose ("-vv") mode are given, as documented.

OK sashan
sbin/pfctl/pfctl.c