diff --git a/xCAT-server/lib/xcat/plugins/blade.pm b/xCAT-server/lib/xcat/plugins/blade.pm index eea179acb..ea7789b8f 100644 --- a/xCAT-server/lib/xcat/plugins/blade.pm +++ b/xCAT-server/lib/xcat/plugins/blade.pm @@ -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 !~ /^\*$/) {