summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2010-05-19 20:27:51 -0400
committerChris Buechler <cmb@pfsense.org>2010-05-19 20:27:51 -0400
commita23a6db321a96c896217009a1f59ac18d30ecceb (patch)
treefdcbbd28b2a59e11d219929df194c2d7fc18f7e9 /etc/inc
parent091cb5e9ee8ec06fce9fd787fa109fd24ed75b19 (diff)
downloadpfsense-a23a6db321a96c896217009a1f59ac18d30ecceb.zip
pfsense-a23a6db321a96c896217009a1f59ac18d30ecceb.tar.gz
get rid of flowtable
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/filter.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 77a06d2..694d982 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -69,7 +69,8 @@ function flowtable_configure() {
// nmbflows cpu count * ($maxstates * 2)
$cpus = trim(`/sbin/sysctl kern.smp.cpus | /usr/bin/cut -d' ' -f2`);
$nmbflows = ($cpus*($maxstates*2));
- // Is flowtable enabled?
+ // flowtable is not enabled
+ /*
if($config['system']['flowtable'])
$flowtable_enable = 1;
else
@@ -82,6 +83,7 @@ function flowtable_configure() {
}
mwexec("/sbin/sysctl net.inet.flowtable.enable={$flowtable_enable}");
}
+ */
}
function filter_load_ipfw() {
OpenPOWER on IntegriCloud