mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 03:12:30 +00:00 
			
		
		
		
	Port forward fix for stateless
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8981 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -615,7 +615,7 @@ sub mknetboot | ||||
|         #} | ||||
|         # append the mac address | ||||
|         my $mac; | ||||
|         if( $machash->{$node}->[0] && $machash->{$node}->[0]->{'mac'}) { | ||||
|         if( $useifname && $machash->{$node}->[0] && $machash->{$node}->[0]->{'mac'}) { | ||||
|             # TODO: currently, only "mac" attribute with classic style is used, the "|" delimited string of "macaddress!hostname" format is not used | ||||
|             $mac = $machash->{$node}->[0]->{'mac'}; | ||||
|             if ( (index($mac, "|") eq -1) and (index($mac, "!") eq -1) ) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user