CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2016/10/26 08:15:59
Modified files: sbin/pfctl : pfctl_parser.c Log message: When using a /32 IPv4 interface address, pfctl(8) reports a 0.0.0.0 as broadcast address. The kernel does not consider this a broadcast address and ifconfig(8) has a check to exclude it. Use the same check in pfctl(8). Found by regress/sbin/pfctl pfi2; OK mikeb@