CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/01/15 15:31:51
Modified files:
sbin/pfctl : pfctl.c pfctl_optimize.c pfctl_radix.c
Log message:
Unify error message for nonexisting anchors
pf(4) returns EINVAL for DIOCGETRULE, DIOCGETRULES and DIOCGETRULESET if
the specified anchor does not exist.
Extend and rename {pfr -> pf}_strerror() to make error message more
consistent.
There are other occasions as well but those need additional tweaks;
that's stuff for another diff.
OK and rename from sashan