Fix bug 3411406:xcatsetup: FSP side is not set correctly

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.6@10563 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
yinle
2011-09-20 05:42:54 +00:00
parent 2911e9cb3a
commit 3576b6edc5
+2 -2
View File
@@ -656,10 +656,10 @@ sub writechildren2 {
$sidehash{$myip}->{side} = 'A-0';
push @ipgroup, $myip;
$myip = $vlan1 . '.' . $ii . '.0.2';
$sidehash{$myip}->{side} = 'A-1';
$sidehash{$myip}->{side} = 'B-0';
push @ipgroup, $myip;
$myip = $vlan2 . '.' . $ii . '.0.1';
$sidehash{$myip}->{side} = 'B-0';
$sidehash{$myip}->{side} = 'A-1';
push @ipgroup, $myip;
$myip = $vlan2 . '.' . $ii . '.0.2';
$sidehash{$myip}->{side} = 'B-1';