summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/interfaces_vlan_edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/interfaces_vlan_edit.php')
-rw-r--r--src/usr/local/www/interfaces_vlan_edit.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/usr/local/www/interfaces_vlan_edit.php b/src/usr/local/www/interfaces_vlan_edit.php
index a6743d0..f281dda 100644
--- a/src/usr/local/www/interfaces_vlan_edit.php
+++ b/src/usr/local/www/interfaces_vlan_edit.php
@@ -193,6 +193,9 @@ function build_interfaces_list() {
foreach ($portlist as $ifn => $ifinfo) {
if (is_jumbo_capable($ifn)) {
$list[$ifn] = $ifn . " (" . $ifinfo['mac'] . ")";
+ $iface = convert_real_interface_to_friendly_interface_name($ifn);
+ if (isset($iface) && strlen($iface) > 0)
+ $list[$ifn] .= " - $iface";
}
}
OpenPOWER on IntegriCloud