diff --git a/lib/App/Netdisco/SSHCollector/Platform/FreeBSD.pm b/lib/App/Netdisco/SSHCollector/Platform/FreeBSD.pm index 061c9225..1e80ed8f 100644 --- a/lib/App/Netdisco/SSHCollector/Platform/FreeBSD.pm +++ b/lib/App/Netdisco/SSHCollector/Platform/FreeBSD.pm @@ -12,14 +12,14 @@ This collector uses "C" as the command for the arp utility on your system. If you wish to specify an absolute path, then add an C item to your configuration: -device_auth: - - tag: sshfreebsd - driver: cli - platform: FreeBSD - only: '192.0.2.1' - username: oliver - password: letmein - arp_command: '/usr/sbin/arp' + device_auth: + - tag: sshfreebsd + driver: cli + platform: FreeBSD + only: '192.0.2.1' + username: oliver + password: letmein + arp_command: '/usr/sbin/arp' =cut @@ -39,7 +39,7 @@ use Moo; Retrieve ARP entries from device. C<$host> is the hostname or IP address of the device. C<$ssh> is a Net::OpenSSH connection to the device. -Returns a list of hashrefs in the format C<{ mac => MACADDR, ip => IPADDR }>. +Returns a list of hashrefs in the format C<{ mac =E MACADDR, ip =E IPADDR }>. =back