2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-18 09:10:23 +00:00

Merge pull request #1381 from pdlun92/bmcdiscover

bmcdiscover handle commas in --range for nmap
This commit is contained in:
Mark Gurevich
2016-06-24 07:20:42 -04:00
committed by GitHub

View File

@@ -450,6 +450,8 @@ sub scan_process{
{
$method="nmap";
}
# Handle commas in $range for nmap
$range =~ tr/,/ /;
my $ip_list;
############################################################