summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_rfc2136_edit.php
diff options
context:
space:
mode:
authorLuiz Otavio O Souza <luiz@netgate.com>2015-11-10 07:33:18 -0600
committerLuiz Otavio O Souza <luiz@netgate.com>2015-11-10 07:37:42 -0600
commitbf6cd1526c1461d7aff67164632adc22d8e68135 (patch)
treea37139e4ae83490bb3989ea085fe770b437267c4 /src/usr/local/www/services_rfc2136_edit.php
parent932711c7ec2a6cdd19a4a71b9812b1811dae348e (diff)
downloadpfsense-bf6cd1526c1461d7aff67164632adc22d8e68135.zip
pfsense-bf6cd1526c1461d7aff67164632adc22d8e68135.tar.gz
Fix the name of interface select box to match the name used in the rest of code.
Without this the interface name was not being saved.
Diffstat (limited to 'src/usr/local/www/services_rfc2136_edit.php')
-rw-r--r--src/usr/local/www/services_rfc2136_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/services_rfc2136_edit.php b/src/usr/local/www/services_rfc2136_edit.php
index 9f7c029..bd8adb0 100644
--- a/src/usr/local/www/services_rfc2136_edit.php
+++ b/src/usr/local/www/services_rfc2136_edit.php
@@ -182,9 +182,9 @@ foreach ($iflist as $ifnam => $ifdescr)
$optionlist[$ifnam] = $ifdescr;
$section->addInput(new Form_Select(
- 'ifname',
+ 'interface',
'Interface',
- $pconfig['ifname'],
+ $pconfig['interface'],
$optionlist
));
OpenPOWER on IntegriCloud