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:
commit
5431a2ab9c
@ -450,6 +450,8 @@ sub scan_process{
|
||||
{
|
||||
$method="nmap";
|
||||
}
|
||||
# Handle commas in $range for nmap
|
||||
$range =~ tr/,/ /;
|
||||
|
||||
my $ip_list;
|
||||
############################################################
|
||||
|
Loading…
x
Reference in New Issue
Block a user