[smokeping-users] FPing.pm fix for source address

Mike Richard mtr.biz at gmail.com
Sat Mar 9 23:16:09 CET 2019


In the current FPing.pm the test for source address support is outdated.
The current test is (line 70):
$self->{enable}{S} = (`$binary -h 2>&1` =~ /\s-S\s/);

This should be changed to something like:
$self->{enable}{S} = (`$binary -h 2>&1` =~ /\s-S,/);

The test for -O likely needs the same fix.

Thanks!

-Mike
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.oetiker.ch/pipermail/smokeping-users/attachments/20190309/e9e09b32/attachment.html>


More information about the smokeping-users mailing list