CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2018/07/31 16:48:04
Modified files: sbin/pfctl : pfctl_parser.c Log message: Zap v4mask and v6mask in host() Simply defer checks whether a mask has been specified to where it's set in host_*(); this is to reduce address family specific code. OK sashan