summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced_network.php
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 /usr/local/www/system_advanced_network.php
parent37be3402f034366bd0c3acb2c70f28aa86f5d1eb (diff)
downloadpfsense-ad9c8bb4fe58bde041199a2f4fca7b7ca928173c.zip
pfsense-ad9c8bb4fe58bde041199a2f4fca7b7ca928173c.tar.gz
Turn off FLOWTABLE
Diffstat (limited to 'usr/local/www/system_advanced_network.php')
-rw-r--r--usr/local/www/system_advanced_network.php6
1 files changed, 5 insertions, 1 deletions
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