CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2024/08/09 23:47:29
Modified files: usr.sbin/relayd: parse.y relayd.h Log message: relayd: improve config validation with -n pf's rule names are limited by 32 characters, so lower the length bounds for redirect names and tags that relayd accepts as valid config but would later fail to load into pf. Also display the offending name on error. from Mark Johnston ok florian