summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2012-11-05 21:42:45 -0800
committerChris Buechler <cmb@pfsense.org>2012-11-05 21:42:45 -0800
commita8e925c323d1655cb514299ee13f0b7f38ef22b9 (patch)
treecdab0887870b4f11530330f716fab3247602b0c5 /etc
parentd153e9a38aaddb8b960c6b3ee0bebc7e73b33fb0 (diff)
downloadpfsense-a8e925c323d1655cb514299ee13f0b7f38ef22b9.zip
pfsense-a8e925c323d1655cb514299ee13f0b7f38ef22b9.tar.gz
revert change to if-bound states since this seems to have broken all kinds of things
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 bd6f35d..c810c8f 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -255,7 +255,7 @@ function filter_configure_sync($delete_states_if_needed = true) {
if(file_exists("{$g['tmp_path']}/rules.debug"))
copy("{$g['tmp_path']}/rules.debug", "{$g['tmp_path']}/rules.debug.old");
- $limitrules = "set state-policy if-bound\n";
+ $limitrules = "";
/* Define the maximum number of tables the system can handle (should be at least aliases*2+some spare) */
$maxtables = is_numeric($config['system']['maximumtables']) ? $config['system']['maximumtables'] : "3000";
$limitrules .= "set limit tables {$maxtables}\n";
OpenPOWER on IntegriCloud