From 62241bbdbab4ba6d9cb35bb5f70de6a86108087e Mon Sep 17 00:00:00 2001 From: Niko Tyni Date: Sat, 12 Feb 2005 18:26:23 +0000 Subject: Add missing ProbeDesc() for FPing6. --- lib/probes/FPing6.pm | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib') diff --git a/lib/probes/FPing6.pm b/lib/probes/FPing6.pm index e35e2e1..4a9f942 100644 --- a/lib/probes/FPing6.pm +++ b/lib/probes/FPing6.pm @@ -48,5 +48,11 @@ sub probevars { $h->{binary}{_example} = "/usr/bin/fping6"; return $h; } + +sub ProbeDesc($){ + my $self = shift; + my $bytes = $self->{properties}{packetsize}||56; + return "IPv6-ICMP Echo Pings ($bytes Bytes)"; +} 1; -- cgit v1.2.3-24-g4f1b