From 6663712966e476f54f757552307b9a6b7996ed14 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Thu, 4 Aug 2011 14:17:00 +0000 Subject: [PATCH] Stop instructing DHCP to try DDNS packets for hosts with fixed-address entries git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10226 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/dhcp.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/dhcp.pm b/xCAT-server/lib/xcat/plugins/dhcp.pm index 2d1156200..b08591212 100644 --- a/xCAT-server/lib/xcat/plugins/dhcp.pm +++ b/xCAT-server/lib/xcat/plugins/dhcp.pm @@ -1972,7 +1972,7 @@ sub newconfig6 { push @dhcp6conf, "\n"; push @dhcp6conf, "ddns-update-style interim;\n"; push @dhcp6conf, "ignore client-updates;\n"; - push @dhcp6conf, "update-static-leases on;\n"; +# push @dhcp6conf, "update-static-leases on;\n"; push @dhcp6conf, "omapi-port 7912;\n"; #Enable omapi... push @dhcp6conf, "key xcat_key {\n"; push @dhcp6conf, " algorithm hmac-md5;\n"; @@ -2021,7 +2021,7 @@ sub newconfig 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, "update-static-leases on;\n"; #makedns rendered optional push @dhcpconf, "option client-architecture code 93 = unsigned integer 16;\n"; push @dhcpconf, "option gpxe.no-pxedhcp 1;\n";