-Ignore client dns requests
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6576 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
34b6d457f8
commit
b3142c9da2
@ -1437,6 +1437,7 @@ sub newconfig
|
||||
push @dhcpconf, "option gpxe.no-pxedhcp code 176 = unsigned integer 8;\n";
|
||||
push @dhcpconf, "option iscsi-initiator-iqn code 203 = string;\n"; #Only via gPXE, not a standard
|
||||
push @dhcpconf, "ddns-update-style interim;\n";
|
||||
push @dhcpconf, "ignore client-updates;\n"; #Windows clients like to do all caps, very un xCAT-like
|
||||
push @dhcpconf, "update-static-leases on;\n"; #makedns rendered optional
|
||||
push @dhcpconf,
|
||||
"option client-architecture code 93 = unsigned integer 16;\n";
|
||||
|
Loading…
Reference in New Issue
Block a user