CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/09/05 15:16:26
Modified files:
sbin/pfctl : pfctl_parser.c pfctl_parser.h
Log message:
Move AF-specific mask logic from callers into set_ipmask()
Instead of doing the same dance with every caller, check for user provided
mask or address familiy specific maximum inside the function itself.
Feedback and OK claudio
