CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/01/15 04:52:50
Modified files:
sbin/pfctl : pfctl.c pfctl.h pfctl_osfp.c pfctl_parser.h
pfctl_table.c
Log message:
Enable pfctl(8) to recursively flush rules and tables from PF driver. The
recursive operation ("pfctl -a '*' ...") works for '-s' option already. This
change enables the same thing for '-F' option, so "pfctl -a '*' -Fa" will flush
everything from PF driver.
The idea was discussed with many on tech@ in spring 2019.
OK kn@