-Correct mistake in dhcp.pm management of ipv6 subnets

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8720 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2011-01-20 21:24:09 +00:00
parent 484f4fc97c
commit 07154d7127

View File

@ -1325,7 +1325,7 @@ sub addnet6
my $net = $netentry->{net};
my $iface = $netentry->{iface};
my $idx = 0;
if (grep /\{ # $net subnet_end/,@dhcp6conf) { #need to add to dhcp6conf
unless (grep /\{ # $net subnet_end/,@dhcp6conf) { #need to add to dhcp6conf
return;
} else { #need to add to dhcp6conf
while ($idx <= $#dhcp6conf)