CVSROOT: /cvs Module name: src Changes by: mi...@cvs.openbsd.org 2014/02/28 15:18:23
Modified files: sbin/pfctl : pfctl.c Log message: Bring back the code removed in rev1.317 used to print anchors with wildcard path ("ftp-proxy/*"), but make sure to call it after we're done with the ruleset for the current anchor. On one hand this repairs printing content of such anchors and on the other it allows to use a wildcard on the command line for anchors that were not initially specified with a wildcard. Makes pfctl regress happy again. OK henning, deraadt