From d9c3451dce74f05fce95ce902ce3cdd4801326e9 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Fri, 16 Jan 2009 21:47:33 +0000 Subject: [PATCH] -Try dhcpd configuration without going to shared-network declarations to see if anything is broken git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2624 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 f0b952e05..ab4f52bd7 100644 --- a/xCAT-server/lib/xcat/plugins/dhcp.pm +++ b/xCAT-server/lib/xcat/plugins/dhcp.pm @@ -737,8 +737,8 @@ sub addnic { #add a section if not there $restartdhcp=1; print "Adding NIC $nic\n"; - push @dhcpconf, "shared-network $nic {\n"; - push @dhcpconf, "\} # $nic nic_end\n"; + push @dhcpconf, "#shared-network $nic {\n"; + push @dhcpconf, "#\} # $nic nic_end\n"; } #return; #Don't touch it, it should already be fine..