diff --git a/lib/App/Netdisco/SSHCollector/Platform/IOS.pm b/lib/App/Netdisco/SSHCollector/Platform/IOS.pm index 64c3be76..d68d912a 100644 --- a/lib/App/Netdisco/SSHCollector/Platform/IOS.pm +++ b/lib/App/Netdisco/SSHCollector/Platform/IOS.pm @@ -27,7 +27,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