diff options
-rw-r--r-- | etc/inc/filter.inc | 3 | ||||
-rw-r--r-- | usr/local/www/system_advanced_network.php | 6 |
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"> </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> |