OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
CVS: cvs.openbsd.org: src

From: Ryan Thomas McBride (mcbridecvs.openbsd.org)
Date: Sat Oct 28 2006 - 09:29:05 CDT


CVSROOT: /cvs
Module name: src
Changes by: mcbridecvs.openbsd.org 2006/10/28 08:29:05

Modified files:
        sbin/pfctl : Makefile parse.y pfctl.c pfctl_optimize.c
                         pfctl_parser.c pfctl_parser.h

Log message:
Load all rules into memory before loading into the kernel, and add support
for anchors loaded inline in pf.conf, enclosed in a brace-delimited
block ("{" "}").

anchor on fxp0 {
pass in proto tcp port 22
}

The anchor name is optional on inline loaded anchors.

testing ckuethe
ok henning dhartmei