summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
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 c810c8f..b5f4b77 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 = "";
+ $limitrules = "set state-policy if-bound";
/* 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