CVSROOT: /cvs Module name: src Changes by: mcbr...@cvs.openbsd.org 2010/07/02 20:28:57
Modified files: sbin/pfctl : parse.y pfctl.c pfctl_parser.c Log message: Fix a couple of problems with printing of anchors, in particular recursive printing, both of inline anchors and when requested explicitly with a '*' in the anchor. - Correct recursive printing of wildcard anchors (recurse into child anchors rather than rules, which don't exist) - Print multi-part anchor paths correctly (pr6065) - Fix comments and prevent users from specifying multi-component names for inline anchors. tested by phessler ok henning