CVSROOT: /cvs Module name: src Changes by: r...@cvs.openbsd.org 2009/09/07 06:21:10
Modified files: regress/sbin/pfctl: pfail19.in pfail19.ok sbin/pfctl : parse.y share/man/man5 : pf.conf.5 Log message: implement binat-to as a macro-like rule: a rule using the new binat-to syntax will be expanded by the parser to a nat-to+rdr-to combination to be loaded into the kernel. this simplifies the migration from old binat rules and is less error-prone. feedback from many, manpage bits from jmc@ ok henning@