-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:
		| @@ -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) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user