summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_interfaces.php
diff options
context:
space:
mode:
authorheper <heper@users.noreply.github.com>2015-10-01 19:02:03 +0200
committerheper <heper@users.noreply.github.com>2015-10-01 19:02:03 +0200
commit35ba9a6bf95331ff48af130aae67003c25296940 (patch)
tree6e2d9e4676f815d89a15c147efb89ed9617fe22e /src/usr/local/www/status_interfaces.php
parente4121dde007c66ec9e2f4c9ecb4a94d38c5fa6cc (diff)
downloadpfsense-35ba9a6bf95331ff48af130aae67003c25296940.zip
pfsense-35ba9a6bf95331ff48af130aae67003c25296940.tar.gz
$mac missing in output
Diffstat (limited to 'src/usr/local/www/status_interfaces.php')
-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