From 4dd1436e17f59ba94b921dcbbccfc0797df6768a Mon Sep 17 00:00:00 2001 From: otubo Date: Fri, 19 Aug 2011 14:37:07 +0000 Subject: [PATCH] adding comment again, don't know how or why I uncommented those lines, thanks to Eric Agar, he catch the problem git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10324 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 12395f860..8c354c143 100644 --- a/xCAT-server/lib/xcat/plugins/dhcp.pm +++ b/xCAT-server/lib/xcat/plugins/dhcp.pm @@ -2016,7 +2016,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"; @@ -2065,7 +2065,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";