summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_advanced_network.php
diff options
context:
space:
mode:
authormarjohn56 <martin@queens-park.com>2016-12-21 21:39:23 +0000
committerGitHub <noreply@github.com>2016-12-21 21:39:23 +0000
commitaff01dbd97c10731b98bc70c32ac19822c95d304 (patch)
treea0bb660c7fa32d8462f30e124b604891594c42d2 /src/usr/local/www/system_advanced_network.php
parent7be23d53705ccbcee64d3236bf74b34c513da686 (diff)
downloadpfsense-aff01dbd97c10731b98bc70c32ac19822c95d304.zip
pfsense-aff01dbd97c10731b98bc70c32ac19822c95d304.tar.gz
Text change
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