From b8ce853cb6a0475276e0e7ffbfd0b4bf4ff36af2 Mon Sep 17 00:00:00 2001 From: litingt Date: Mon, 19 Jan 2015 23:45:05 -0800 Subject: [PATCH] add mac address support --- xCAT-test/xcattest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-test/xcattest b/xCAT-test/xcattest index 30086f685..72aea7fb5 100755 --- a/xCAT-test/xcattest +++ b/xCAT-test/xcattest @@ -192,7 +192,7 @@ sub getConfig } }elsif ($type eq "Object") { ##OBJECT BLOCK## - if($line =~ /(\w+)\s*=\s*([\w\.\-]+)/) { + if($line =~ /(\w+)\s*=\s*([:\w\.\-]+)/) { $attr = $1; $value = $2; if($attr eq "Name"){