summaryrefslogtreecommitdiffstats
path: root/etc/inc/filter_log.inc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2013-12-30 16:14:21 +0000
committerErmal <eri@pfsense.org>2013-12-30 16:14:21 +0000
commitba1c86d950bd8b588387ac445bdc87f2490e3a6f (patch)
tree832987340926a41f8f2b7aa2f69a6ad2c5ac0fd4 /etc/inc/filter_log.inc
parent32fd170342c72e209b994b1449bd01dca72ffe33 (diff)
downloadpfsense-ba1c86d950bd8b588387ac445bdc87f2490e3a6f.zip
pfsense-ba1c86d950bd8b588387ac445bdc87f2490e3a6f.tar.gz
Remove scrub as well
Diffstat (limited to 'etc/inc/filter_log.inc')
-rw-r--r--etc/inc/filter_log.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/filter_log.inc b/etc/inc/filter_log.inc
index ed3e98d..d6184fb 100644
--- a/etc/inc/filter_log.inc
+++ b/etc/inc/filter_log.inc
@@ -294,7 +294,7 @@ function buffer_rules_load() {
}
unset($buffer, $_gb);
if (file_exists("{$g['tmp_path']}/rules.debug"))
- $_gb = exec("/sbin/pfctl -vvPnf {$g['tmp_path']}/rules.debug 2>/dev/null | /usr/bin/egrep '^@[0-9]+ [^nat|rdr|binat|no]'", $buffer);
+ $_gb = exec("/sbin/pfctl -vvPnf {$g['tmp_path']}/rules.debug 2>/dev/null | /usr/bin/egrep '^@[0-9]+ [^nat|rdr|binat|no|scrub]'", $buffer);
else
$_gb = exec("/sbin/pfctl -vvPsr | grep '^@'", $buffer);
if (is_array($buffer)) {
OpenPOWER on IntegriCloud