summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-09-28 18:47:08 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-09-28 18:47:18 -0400
commitad9c8bb4fe58bde041199a2f4fca7b7ca928173c (patch)
tree89ebc6ef0252eb69d01985af1e2c9e2b654e30b4
parent37be3402f034366bd0c3acb2c70f28aa86f5d1eb (diff)
downloadpfsense-ad9c8bb4fe58bde041199a2f4fca7b7ca928173c.zip
pfsense-ad9c8bb4fe58bde041199a2f4fca7b7ca928173c.tar.gz
Turn off FLOWTABLE
-rw-r--r--etc/inc/filter.inc3
-rw-r--r--usr/local/www/system_advanced_network.php6
2 files changed, 7 insertions, 2 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index e74b132..5b2da51 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -54,6 +54,7 @@ $FilterIflist = array();
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']))
@@ -2311,4 +2312,4 @@ EOD;
return($ipfrules);
}
-?>
+?> \ No newline at end of file
diff --git a/usr/local/www/system_advanced_network.php b/usr/local/www/system_advanced_network.php
index 8b59457..2b3b48e 100644
--- a/usr/local/www/system_advanced_network.php
+++ b/usr/local/www/system_advanced_network.php
@@ -52,6 +52,7 @@ $pconfig['ipv6allow'] = isset($config['system']['ipv6allow']);
$pconfig['polling_enable'] = isset($config['system']['polling']);
$pconfig['sharednet'] = $config['system']['sharednet'];
$pconfig['disablechecksumoffloading'] = isset($config['system']['disablechecksumoffloading']);
+$pconfig['flowtable'] = false;
$pconfig['flowtable'] = isset($config['system']['flowtable']);
if ($_POST) {
@@ -242,9 +243,10 @@ function enable_change(enable_over) {
</td>
</tr>
<?php
+/*
$version = get_freebsd_version();
if($version == "8"):
-?>
+
<tr>
<td colspan="2" class="list" height="12">&nbsp;</td>
</tr>
@@ -261,6 +263,8 @@ function enable_change(enable_over) {
</td>
</tr>
<?php endif; ?>
+*/
+?>
<tr>
<td colspan="2" class="list" height="12">&nbsp;</td>
</tr>
OpenPOWER on IntegriCloud