mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 03:27:03 -07:00
Minor tweaks, changes, and fixes
Signed-off-by: David J. Allen <davidallendj@gmail.com>
This commit is contained in:
parent
34367f830a
commit
8faa570b0a
6 changed files with 34 additions and 35 deletions
|
|
@ -92,5 +92,5 @@ func ScanForAssets(hosts []string, ports []int, threads int, timeout int) []BMCP
|
|||
}
|
||||
|
||||
func GetDefaultPorts() []int {
|
||||
return []int{SSH_PORT, HTTPS_PORT, IPMI_PORT, REDFISH_PORT}
|
||||
return []int{SSH_PORT, HTTPS_PORT, IPMI_PORT}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue