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
This commit is contained in:
parent
03f78c368f
commit
e9eb321c8c
@ -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."
|
||||
]
|
||||
}
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user