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:
yinle 2012-02-03 02:46:39 +00:00
parent 017caca809
commit 526290b8f8

View File

@ -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;