CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2018/07/28 17:36:54
Modified files: sbin/pfctl : pfctl_parser.c regress/sbin/pfctl: pfail40.ok Log message: Use strtonum in host() This is simpler than checking three cases for `q' and gives nicer error messages. While here, use `v6mask' as maximum netmask instead of hardcoding it. OK sashan