Revert "Interface names should appear as uppercase"

This reverts commit 4cea35b344.
This commit is contained in:
Scott Ullrich 2010-11-29 15:34:32 -05:00
parent a6d9251e13
commit 96302ebdb3

View File

@ -401,7 +401,7 @@ if(file_exists("/var/run/interface_mismatch_reboot_needed"))
</tr>
<?php foreach ($config['interfaces'] as $ifname => $iface):
if ($iface['descr'])
$ifdescr = strtoupper($iface['descr']);
$ifdescr = $iface['descr'];
else
$ifdescr = strtoupper($ifname);
?>