diff --git a/usr/local/www/system_advanced_network.php b/usr/local/www/system_advanced_network.php index 40a3268bb7..4b3b7ce5df 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.
- - - -*/ -?>