CVSROOT: /cvs Module name: src Changes by: mi...@cvs.openbsd.org 2014/06/30 07:17:17
Modified files: sbin/pfctl : parse.y Log message: Merge two loops in collapse_redirspec into one This lets us do the checks only once and also make smarter decisions about the rule's own address family. As a result af-to rules no longer need to specify the address family after 'pass'. ok henning