From e9eb321c8c711680d497e898c3d5e83c714450ee Mon Sep 17 00:00:00 2001 From: ligc Date: Thu, 18 Mar 2010 05:47:05 +0000 Subject: [PATCH] fix for bug 2970489: makedhcp warning message indicates that the dhcp dynamic range is required only for hardware discovery git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5517 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/dhcp.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/dhcp.pm b/xCAT-server/lib/xcat/plugins/dhcp.pm index d5d4bb4f3..c575a46ec 100644 --- a/xCAT-server/lib/xcat/plugins/dhcp.pm +++ b/xCAT-server/lib/xcat/plugins/dhcp.pm @@ -952,7 +952,7 @@ sub addnet $callback->( { warning => [ - "No dynamic range specified for $net, unknown systems on this network will not receive an address" + "No dynamic range specified for $net. If hardware discovery is being used, a dynamic range is required." ] } );