Add Cisco and Linksys to the format_mac list.

This commit is contained in:
markjcrane
2016-01-25 21:27:21 -07:00
parent 9787fe2087
commit 5172809a86

View File

@@ -132,6 +132,12 @@ include "root.php";
case "aastra":
$mac = strtoupper($mac);
break;
case "cisco":
$mac = strtoupper($mac);
break;
case "linksys":
$mac = strtolower($mac);
break;
case "mitel":
$mac = strtoupper($mac);
break;