2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-22 03:32:04 +00:00

return sub routine if ip is not reachable

This commit is contained in:
Casandra Qiu 2018-01-31 12:11:08 -05:00
parent 2acd4365f0
commit 3e4d70383a

View File

@ -1406,6 +1406,7 @@ sub netcfg_for_irpdu {
$login_ip = $discover_ip;
} else {
xCAT::SvrUtils::sendmsg(" is not reachable", $callback,$pdu);
return;
}
foreach my $cmd (@exargs) {