summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-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;