summaryrefslogtreecommitdiffstats
path: root/etc/inc/filter.inc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-04-12 22:23:34 +0000
committerErmal <eri@pfsense.org>2010-04-12 22:23:57 +0000
commit077d5702a214028ebabd2b0a1794d09607f7b0a1 (patch)
tree188579e0842634b056f7f0f3f7a7956b78e93711 /etc/inc/filter.inc
parenta84eb838596bf3d3b0722c0ff44ea3e83aa210f2 (diff)
downloadpfsense-077d5702a214028ebabd2b0a1794d09607f7b0a1.zip
pfsense-077d5702a214028ebabd2b0a1794d09607f7b0a1.tar.gz
Actually disable flowtables support by default.
Diffstat (limited to 'etc/inc/filter.inc')
-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 9f52c9e..48f8ba0 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -55,7 +55,7 @@ $filterdns = "";
function flowtable_configure() {
global $config, $g;
- return;
+
// Figure out how many flows we should reserve
// sized 2x larger than the number of unique connection destinations.
if($config['system']['maximumstates'] <> "" && is_numeric($config['system']['maximumstates']))
OpenPOWER on IntegriCloud