From 67c402f39c7799ed1405cad5ff0146c56d537439 Mon Sep 17 00:00:00 2001 From: wanghuaz Date: Wed, 14 Oct 2009 09:06:03 +0000 Subject: [PATCH] Make the output of getmacs more clearly git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4385 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/PPCmac.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/PPCmac.pm b/perl-xCAT/xCAT/PPCmac.pm index 60575bdc9..275132a51 100644 --- a/perl-xCAT/xCAT/PPCmac.pm +++ b/perl-xCAT/xCAT/PPCmac.pm @@ -480,7 +480,7 @@ sub getmacs { my $curr_conn_speed = $nodeatt{$mtms}{$port_group}{$logical_port_id}{'curr_conn_speed'}; if ( $phys_port_loc ) { - $type = "hea"; + $type = "hea "; } else { $type = "virtualio"; }