From 954e60a6242f13cd841f9814ecf46510142ca92c Mon Sep 17 00:00:00 2001 From: cxhong Date: Tue, 9 Jul 2019 15:10:05 -0400 Subject: [PATCH] Add new Edgecore Mac address to switchinfo file --- perl-xCAT/xCAT/data/switchinfo.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/perl-xCAT/xCAT/data/switchinfo.pm b/perl-xCAT/xCAT/data/switchinfo.pm index 6fab0f150..7cf372ac9 100644 --- a/perl-xCAT/xCAT/data/switchinfo.pm +++ b/perl-xCAT/xCAT/data/switchinfo.pm @@ -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" );