diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-09-28 18:47:08 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-09-28 18:47:18 -0400 |
commit | ad9c8bb4fe58bde041199a2f4fca7b7ca928173c (patch) | |
tree | 89ebc6ef0252eb69d01985af1e2c9e2b654e30b4 /usr | |
parent | 37be3402f034366bd0c3acb2c70f28aa86f5d1eb (diff) | |
download | pfsense-ad9c8bb4fe58bde041199a2f4fca7b7ca928173c.zip pfsense-ad9c8bb4fe58bde041199a2f4fca7b7ca928173c.tar.gz |
Turn off FLOWTABLE
Diffstat (limited to 'usr')
-rw-r--r-- | usr/local/www/system_advanced_network.php | 6 |
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"> </td> </tr> @@ -261,6 +263,8 @@ function enable_change(enable_over) { </td> </tr> <?php endif; ?> +*/ +?> <tr> <td colspan="2" class="list" height="12"> </td> </tr> |