summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 474ac7a..42871fe 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