-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:
		| @@ -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) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user