CVSROOT: /cvs Module name: src Changes by: r...@cvs.openbsd.org 2010/10/01 06:33:14
Modified files: sbin/pfctl : pfctl.8 pfctl.c Log message: Add the -R id option to pfctl that allows to show only a specified rule by numeric ID in combination with the "-s rules" or "-s labels" options. For example, this allows you to dump the statistics of a specified rule only (pfctl -sr -v -R 0). ok henning@