mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-11-04 13:22:36 +00:00 
			
		
		
		
	-Another dhcpd.conf fix
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6213 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		@@ -1255,7 +1255,7 @@ sub newconfig
 | 
			
		||||
    push @dhcpconf, "  secret \"" . $secret . "\";\n";
 | 
			
		||||
    push @dhcpconf, "};\n";
 | 
			
		||||
    push @dhcpconf, "omapi-key xcat_key;\n";
 | 
			
		||||
    push @dhcpconf, ('class "pxe" {'."\n","   match if substring (option vendor-class-identifier, 0, 9) = \"PXEclient\";\n","   ddns-updates off;\n","    max-lease-time 600;\n");
 | 
			
		||||
    push @dhcpconf, ('class "pxe" {'."\n","   match if substring (option vendor-class-identifier, 0, 9) = \"PXEclient\";\n","   ddns-updates off;\n","    max-lease-time 600;\n","}\n");
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
sub newconfig_aix
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user