package
2.6.8+incompatible
Repository: https://github.com/bmc-toolbox/dora.git
Documentation: pkg.go.dev
# Functions
ListSubnets all or a list of given subnets.
No description provided by the author
LoadSubnetsFromKea from kea.cfg.
Probe determines whether the specified port on the on the specified host is potentially accepting input via the specified network protocol.
ReadKeaConfig reads the config configuration file and returns its data.
ScanNetworks scan specific or all networks and try to find chassis, blades and servers.
ScanNetworksWorker scan specific or all networks and try to find chassis, blades and servers.
# Variables
ErrUnsupportedProtocol returned when requested to scan an unsupported protocol.
# Structs
Dhcp4 contains the dhcp information for ipv4 networks.
Kea is the main entry for parsing the kea config file.
OptionData contains the options send to the clients during the dhcp request.
Subnet4 contains all the subnets managed by Kea.
ToScan payload message to scan a network.
# Type aliases
Result is the result of the probe; the appropriate "IsXXXX()" function should be used to evaluate it.