-Fix nodestat for routed nodes using nmap

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7033 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2010-08-10 18:57:30 +00:00
parent 15cee34b33
commit 2238966cda

View File

@ -552,7 +552,8 @@ sub process_request_nmap {
}
delete $deadnodes{$currnode};
} elsif ($currnode) {
if (/^MAC/) {
#if (/^MAC/) { #oops not all nmap records end with MAC
if (/^$/) { #search for blank line instead
my $status = join ',',sort keys %states ;
my $appsd="";
foreach my $portnum(keys %portservices) {