Add Cisco and Linksys to the format_mac list.
This commit is contained in:
parent
9787fe2087
commit
5172809a86
|
|
@ -132,6 +132,12 @@ include "root.php";
|
||||||
case "aastra":
|
case "aastra":
|
||||||
$mac = strtoupper($mac);
|
$mac = strtoupper($mac);
|
||||||
break;
|
break;
|
||||||
|
case "cisco":
|
||||||
|
$mac = strtoupper($mac);
|
||||||
|
break;
|
||||||
|
case "linksys":
|
||||||
|
$mac = strtolower($mac);
|
||||||
|
break;
|
||||||
case "mitel":
|
case "mitel":
|
||||||
$mac = strtoupper($mac);
|
$mac = strtoupper($mac);
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue