summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiko Tyni <ntyni@iki.fi>2005-02-12 19:26:23 +0100
committerNiko Tyni <ntyni@iki.fi>2005-02-12 19:26:23 +0100
commit62241bbdbab4ba6d9cb35bb5f70de6a86108087e (patch)
treeac02cfd0db5b34e4a85ee43a40937c2c5410460f
parent3247e9cd78e6bfbea9e3e18805ea6c930b04aee5 (diff)
downloadsmokeping-62241bbdbab4ba6d9cb35bb5f70de6a86108087e.tar.gz
smokeping-62241bbdbab4ba6d9cb35bb5f70de6a86108087e.tar.xz
Add missing ProbeDesc() for FPing6.
-rw-r--r--lib/probes/FPing6.pm6
1 files changed, 6 insertions, 0 deletions
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;