summaryrefslogtreecommitdiffstats
path: root/src/usr/local
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-11-17 12:42:52 -0500
committerStephen Beaver <sbeaver@netgate.com>2015-11-17 12:42:52 -0500
commitb7ed9c48b8209cc2ca6b899759640008faaa88f5 (patch)
treeac6e8e49d3b7e1ea45848348ce827469bda04ec6 /src/usr/local
parent329a1cd58f698c3d0b62da74e52e566b4883b39c (diff)
downloadpfsense-b7ed9c48b8209cc2ca6b899759640008faaa88f5.zip
pfsense-b7ed9c48b8209cc2ca6b899759640008faaa88f5.tar.gz
Fixed not saving spoofed MAC
Diffstat (limited to 'src/usr/local')
-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 2b64073..a753348 100644
--- a/src/usr/local/www/interfaces.php
+++ b/src/usr/local/www/interfaces.php
@@ -1721,10 +1721,10 @@ $section->addInput(new Form_Select(
));
$macaddress = new Form_Input(
- 'mac',
+ 'spoofmac',
'MAC Address',
'text',
- $pconfig['mac'],
+ $pconfig['spoofmac'],
['placeholder' => 'xx:xx:xx:xx:xx:xx']
);
OpenPOWER on IntegriCloud