summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_advanced_network.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/system_advanced_network.php')
-rw-r--r--src/usr/local/www/system_advanced_network.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/system_advanced_network.php b/src/usr/local/www/system_advanced_network.php
index b453045..7b0f725 100644
--- a/src/usr/local/www/system_advanced_network.php
+++ b/src/usr/local/www/system_advanced_network.php
@@ -119,8 +119,8 @@ if ($_POST) {
if ($_POST['disablelargereceiveoffloading'] == "yes") {
$config['system']['disablelargereceiveoffloading'] = true;
} else {
- unset($config['system']['disablelargereceiveoffloading']);
- }
+ unset($config['system']['disablelargereceiveoffloading']); hi
+}
setup_microcode();
@@ -206,7 +206,7 @@ $section->addInput(new Form_Input(
$pconfig['global-v6duid'],
['placeholder' => 'xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx']
))->setWidth(9)->sethelp('Enter the DUID to use here. Use this option if using RAM Disk, as the DUID will be lost on reboot. The existing DUID may be found in var/db/dhcp6_duid.' .'<br />' .
- 'NOTE: Do not use this option with multiple DHCP6 interfaces.');
+ 'NOTE: Do not use this option with multiple DHCP6 WAN interfaces.');
$form->add($section);
$section = new Form_Section('Network Interfaces');
OpenPOWER on IntegriCloud