Fix bug 3467860, xcatsetup: the IP of fsp 40.63.01.2 has 0 at head of a part
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11459 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -679,6 +679,8 @@ sub writechildren2 { | ||||
|         $cecend = $$cechash{'secondary-end'}; | ||||
|         for (my $ii = $framestart; $ii <= $frameend; $ii++) { | ||||
|             for (my $jj = $cecstart; $jj <= $cecend; $jj++) { | ||||
|                 $ii = int($ii); | ||||
|                 $jj = int($jj); | ||||
|                 $myip = $vlan1 . '.' . $ii . '.' . $jj . '.1'; | ||||
|                 $sidehash{$myip}->{side} = 'A-0'; | ||||
|                 push @ipgroup, $myip;  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user