summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/interfaces.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-12-17 07:48:45 -0500
committerStephen Beaver <sbeaver@netgate.com>2015-12-17 07:48:45 -0500
commitc6c79a380b3a489b27f457cd417fbc99d0f7e2ef (patch)
treec7c6c35e2037aee4a6eb6e36c2321f43a5965bcd /src/usr/local/www/interfaces.php
parentca7acf928c335d762438575984efc0c4e3d63be9 (diff)
parent0683ff172d5144334ef0579fc86369246455e9e1 (diff)
downloadpfsense-c6c79a380b3a489b27f457cd417fbc99d0f7e2ef.zip
pfsense-c6c79a380b3a489b27f457cd417fbc99d0f7e2ef.tar.gz
Merge pull request #2270 from NOYB/Interfaces_-_DHCP_Advanced_Options_-_Require_Options
Diffstat (limited to 'src/usr/local/www/interfaces.php')
-rw-r--r--src/usr/local/www/interfaces.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/interfaces.php b/src/usr/local/www/interfaces.php
index 7ed1b72..f3cf12f 100644
--- a/src/usr/local/www/interfaces.php
+++ b/src/usr/local/www/interfaces.php
@@ -2041,10 +2041,10 @@ $section->addInput(new Form_Input(
'Some ISPs may require certain options be or not be requested.');
$section->addInput(new Form_Input(
- 'adv_dhcp_require_options',
+ 'adv_dhcp_required_options',
'Require options',
'text',
- $pconfig['adv_dhcp_require_options']
+ $pconfig['adv_dhcp_required_options']
))->sethelp('The values in this field are DHCP options required by the client when requesting a DHCP lease. [option [, ...]]');
$section->addInput(new Form_Input(
OpenPOWER on IntegriCloud