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:
parent
e97573587a
commit
eebe399699
@ -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 !~ /^\*$/) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user