summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-10-01 13:52:21 -0400
committerStephen Beaver <sbeaver@netgate.com>2015-10-01 13:52:21 -0400
commit36cd9f2b6fd24c0bb2e8896ff28d689169dbbcfb (patch)
tree1d27ed2e7c33f8c532dd6c25805e7207e629a07a /src
parent96c18fe49006fb0cd1c41cb06a2470a081637caf (diff)
parent35ba9a6bf95331ff48af130aae67003c25296940 (diff)
downloadpfsense-36cd9f2b6fd24c0bb2e8896ff28d689169dbbcfb.zip
pfsense-36cd9f2b6fd24c0bb2e8896ff28d689169dbbcfb.tar.gz
Merge pull request #1941 from heper/patch-2
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/status_interfaces.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/status_interfaces.php b/src/usr/local/www/status_interfaces.php
index 640482a..d507ac5 100644
--- a/src/usr/local/www/status_interfaces.php
+++ b/src/usr/local/www/status_interfaces.php
@@ -143,7 +143,7 @@ foreach ($ifdescrs as $ifdescr => $ifname):
if ($ifinfo['macaddr']) {
$mac=$ifinfo['macaddr'];
$mac_hi = strtoupper($mac[0] . $mac[1] . $mac[3] . $mac[4] . $mac[6] . $mac[7]);
- showDef(isset($mac_man[$mac_hi]), gettext('MAC Address'), ' - ' . $mac_man[$mac_hi]);
+ showDef(isset($mac_man[$mac_hi]), gettext('MAC Address'), $mac . ' - ' . $mac_man[$mac_hi]);
}
if ($ifinfo['status'] != "down") {
OpenPOWER on IntegriCloud