<div dir="ltr"><div dir="ltr"><div dir="ltr">In the current FPing.pm the test for source address support is outdated.  The current test is (line 70):</div><div dir="ltr"><div>$self->{enable}{S} = (`$binary -h 2>&1` =~ /\s-S\s/);<br></div><div><br></div><div>This should be changed to something like:</div><div>$self->{enable}{S} = (`$binary -h 2>&1` =~ /\s-S,/);<br></div><div><br></div><div>The test for -O likely needs the same fix.  </div><div><br></div><div>Thanks!</div><div><br></div><div>-Mike</div></div></div></div>