From 8b42fb377425d27bc5ebe58296d8eee464efbbb4 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Thu, 13 Feb 2020 14:23:27 +0000 Subject: [PATCH] fix pod --- lib/App/Netdisco/SSHCollector/Platform/Clavister.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/App/Netdisco/SSHCollector/Platform/Clavister.pm b/lib/App/Netdisco/SSHCollector/Platform/Clavister.pm index 248406cc..8cf7d51f 100644 --- a/lib/App/Netdisco/SSHCollector/Platform/Clavister.pm +++ b/lib/App/Netdisco/SSHCollector/Platform/Clavister.pm @@ -27,6 +27,8 @@ 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 an array of hashrefs in the format { mac => MACADDR, ip => IPADDR }. +=back + =cut sub arpnip {