summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2013-07-25 13:12:21 +0000
committerErmal <eri@pfsense.org>2013-07-25 13:13:24 +0000
commit4d8145469512530d42b88f3c049eb4ef38429559 (patch)
treecced6bc393bfd58ccab79061da448275c5050073 /etc
parent30c5f6a27b7cca2809e522c2898b828d445db2e1 (diff)
downloadpfsense-4d8145469512530d42b88f3c049eb4ef38429559.zip
pfsense-4d8145469512530d42b88f3c049eb4ef38429559.tar.gz
Optimization has nothing to do with limits
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 1019750..4cd05e5 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -296,7 +296,7 @@ function filter_configure_sync($delete_states_if_needed = true) {
$rules .= discover_pkg_rules("filter");
@file_put_contents("{$g['tmp_path']}/rules.limits", $limitrules);
- mwexec("/sbin/pfctl -o basic -f {$g['tmp_path']}/rules.limits");
+ mwexec("/sbin/pfctl -f {$g['tmp_path']}/rules.limits");
if (!@file_put_contents("{$g['tmp_path']}/rules.debug", $rules, LOCK_EX)) {
log_error("WARNING: Could not write new rules!");
OpenPOWER on IntegriCloud