From d55f6326c49f48b4b80b9f87c74bb397bbdf0b5d Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Thu, 23 Jul 2015 00:34:14 -0500 Subject: Most of the flowtable bits were removed some time ago, take out the last of them too. --- usr/local/www/system_advanced_network.php | 30 ------------------------------ 1 file changed, 30 deletions(-) (limited to 'usr/local') diff --git a/usr/local/www/system_advanced_network.php b/usr/local/www/system_advanced_network.php index 40a3268..4b3b7ce 100644 --- a/usr/local/www/system_advanced_network.php +++ b/usr/local/www/system_advanced_network.php @@ -57,7 +57,6 @@ $pconfig['sharednet'] = $config['system']['sharednet']; $pconfig['disablechecksumoffloading'] = isset($config['system']['disablechecksumoffloading']); $pconfig['disablesegmentationoffloading'] = isset($config['system']['disablesegmentationoffloading']); $pconfig['disablelargereceiveoffloading'] = isset($config['system']['disablelargereceiveoffloading']); -$pconfig['flowtable'] = isset($config['system']['flowtable']); if ($_POST) { @@ -112,12 +111,6 @@ if ($_POST) { setup_polling(); } - if ($_POST['flowtable'] == "yes") { - $config['system']['flowtable'] = $_POST['flowtable']; - } else { - unset($config['system']['flowtable']); - } - if ($_POST['disablechecksumoffloading'] == "yes") { $config['system']['disablechecksumoffloading'] = true; } else { @@ -303,29 +296,6 @@ function enable_change(enable_over) { - -   - - - Flowtable support - - - Enable Flowtable - - /> - Enable flowtable support
- Enables infrastructure for caching flows as a means of accelerating L3 and L2 lookups - as well as providing stateful load balancing when used with RADIX_MPATH.
- - - -*/ -?>   -- cgit v1.1