2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-24 15:05:36 +00:00

Merge pull request #6370 from cxhong/switchinfo

Add new Edgecore Mac address to switchinfo file
This commit is contained in:
Mark Gurevich
2019-07-09 15:37:29 -04:00
committed by GitHub

View File

@ -22,6 +22,8 @@ our %global_mac_identity = (
"a8:2b:b5" => "Edgecore Networks Switch",
"3c:2c:99" => "Edgecore Networks Switch",
"70:72:cf" => "Edgecore Networks Switch",
"80:a2:35" => "Edgecore Networks Switch",
"b8:6a:97" => "Edgecore Networks Switch",
"6c:64:1a" => "Penguin Computing switch"
);