summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2011-02-11 17:18:36 +0000
committerErmal <eri@pfsense.org>2011-02-11 17:18:36 +0000
commita39c7dae5c762a77680634e821005d8fdf68b0c1 (patch)
tree48fdacd746f33420c04c4256a8a9277fcd5eed9a /etc
parentd03994109f46f2b664b0dc6d933b7dadf27b9e60 (diff)
downloadpfsense-a39c7dae5c762a77680634e821005d8fdf68b0c1.zip
pfsense-a39c7dae5c762a77680634e821005d8fdf68b0c1.tar.gz
Allow action match to be passed down to pf.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/filter.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 6cb9f1f..092060f 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -1706,7 +1706,7 @@ function filter_generate_user_rule($rule) {
}
update_filter_reload_status("Setting up pass/block rules");
$type = $rule['type'];
- if($type != "pass" && $type != "block" && $type != "reject") {
+ if($type != "pass" && $type != "block" && $type != "reject" && $type != "match") {
/* default (for older rules) is pass */
$type = "pass ";
}
OpenPOWER on IntegriCloud