net/fping: Avoid ident collisions
fping derives the ident it puts in the outbound packet to from the
low 16 bits of the process id. This means a busy nagios server can
see collisions. More details on this issue and a patch to solve it
here:
https://github.com/schweikert/fping/issues/206
Apply the patch from the github issue:
PR: 264402
Reported by: Case Larsen
Approved by: jharris (maintainer)
- Add timestamps option (used by netperf-wrapper) [1]
- Fix fping issue with the unreachable ip in the arp cache [2]
- Convert Makefile headers to new style
PR: ports/177368 [1]
PR: ports/176439 [2]
Submitted by: Lars Eggert <lars@eggert.org> [1], Alexandre RAYNAUD
<alexandre.raynaud@sallanches.fr> [2]
Approved by: Jason Harris <jharris@widomaker.com> (maintainer)