CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2018/09/06 08:46:36
Modified files: sbin/pfctl : pf_print_state.c Log message: Fill netmask AF-independently in print_host() Instead of masking the host address in two different ways, just fill it no matter the address family. In case of AF_INET, setting the extra 96 bit does not hurt. While here, stop resetting `af' for no reason and move up the variable declaration. OK benno sashan