CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2018/08/10 03:54:06
Modified files: sbin/pfctl : pfctl_parser.c Log message: Zap bits in host_v4(), use mask parameter This avoids a duplicate strrchr() call and makes the function consistent with host_v6() regarding mask handling. While here, use the destination's size in memcpy instead of hardcoding its type. OK sashan