fix bug 3519426: FB:rspconfig network=ip,host,gateway,netmask can't work

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12542 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
zhaoertao 2012-05-07 07:07:03 +00:00
parent e97573587a
commit eebe399699

View File

@ -4373,6 +4373,9 @@ sub network {
if (!$ip and !$host and !$gateway and !$mask) {
return([1,"No changes specified"]);
}
if ($mpa ne $node) {
$host = undef;
}
}
else {
if ( $value !~ /^\*$/) {