CVSROOT: /cvs Module name: src Changes by: be...@cvs.openbsd.org 2016/06/21 07:40:43
Modified files: sbin/pfctl : parse.y Log message: the manpage documents that af-to does not work on pass out rules, but the pf.conf parser allows it, which leads a non working configuration being loaded. this changes the parser to make pass out .. af-to an error. ok henning@ mikeb@