summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2012-10-31 22:30:47 +0000
committerErmal <eri@pfsense.org>2012-10-31 22:30:47 +0000
commit073cb45dd4baa33bea21a76bc20349a055bc4131 (patch)
treea7949377a5cfe04c5155336818793c21c58b46a8
parente9456e451621429956c61e58b53648436ecbce58 (diff)
downloadpfsense-073cb45dd4baa33bea21a76bc20349a055bc4131.zip
pfsense-073cb45dd4baa33bea21a76bc20349a055bc4131.tar.gz
Use if-bound states for better features
-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