2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 17:23:08 +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
commit 5431a2ab9c

View File

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