CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2010/10/12 11:45:06
Modified files: sbin/pfctl : pfctl_parser.c Log message: pfctl -sr did not show divert-reply rules without address family correctly. A zero address field is used to identify divert-reply rules. If the rule's address family is unspecified, PF_AZERO() always returns false. So use AF_INET6 as address family, to check all bits of the address. ok markus@