diff --git a/xCAT-server/lib/xcat/plugins/lsslp.pm b/xCAT-server/lib/xcat/plugins/lsslp.pm index 0cb742638..98ab90a59 100644 --- a/xCAT-server/lib/xcat/plugins/lsslp.pm +++ b/xCAT-server/lib/xcat/plugins/lsslp.pm @@ -1372,10 +1372,10 @@ sub gethost_from_url_or_old { # Extract IP from URL ####################################### my $nets = xCAT::Utils::my_nets(); - my $ip = getip_from_iplist( $ip, $nets, $opt{i}); - if ( !defined( $ip )) { - return undef; - } + my $avip = getip_from_iplist( $ip, $nets, $opt{i}); + #if ( !defined( $ip )) { + # return undef; + #} # get the information of existed nodes to do the migration if ( !defined(%::OLD_DATA_CACHE))