CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/10/26 09:04:37
Modified files:
usr.sbin/relayd: parse.y pfe_filter.c relayd.conf.5 relayd.h
Log message:
redirects are loaded as "pass in quick ... rdr-to" pf rules by default. In
some cases it is desired to load the rules as "match in" without "quick"
to allow additional filtering or applying additional rule/state options,
eg. to add an overload table for DOS mitigation. Add the optional "match"
keyword for the redirect "tag" option to change the pf rule type accordingly.
ok jsg@ mikeb@