Support the /etc/hosts name resolution.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9667 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -1658,9 +1658,9 @@ sub addnet | ||||
|         } elsif ($myip){ | ||||
|         	push @netent, "    option ntp-servers $myip;\n"; | ||||
|         } | ||||
|         push @netent, "    option domain-name \"$domain\";\n"; | ||||
|         if ($nameservers) | ||||
|         { | ||||
|             push @netent, "    option domain-name \"$domain\";\n"; | ||||
|             push @netent, "    option domain-name-servers  $nameservers;\n"; | ||||
|         } | ||||
|         my $ddnserver = $nameservers; | ||||
| @@ -1676,11 +1676,17 @@ sub addnet | ||||
|         } else { | ||||
|             push @netent, "    zone $domain. {\n"; | ||||
|         } | ||||
|         push @netent, "   primary $ddnserver; key xcat_key; \n"; | ||||
|         if ($ddnserver) | ||||
|         { | ||||
|             push @netent, "   primary $ddnserver; key xcat_key; \n"; | ||||
|         } | ||||
|         push @netent, " }\n"; | ||||
|         foreach (getzonesfornet($net,$mask)) { | ||||
|             push @netent, "zone $_ {\n"; | ||||
|             push @netent, "   primary $ddnserver; key xcat_key; \n"; | ||||
|             if ($ddnserver) | ||||
|             { | ||||
|                 push @netent, "   primary $ddnserver; key xcat_key; \n"; | ||||
|             } | ||||
|             push @netent, " }\n"; | ||||
|         } | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user