Fixed
Details
Assignee
UnassignedUnassignedReporter
Seth LegerSeth LegerLabels
Components
Affects versions
Priority
Critical
Details
Details
Assignee
Unassigned
UnassignedReporter
Seth Leger
Seth LegerLabels
Components
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created May 10, 2011 at 12:32 PM
Updated June 3, 2020 at 2:45 PM
Resolved June 3, 2020 at 2:45 PM
The RequestTracker-based JnaPinger class relies on the fact that it can match up ping responses with the original request in the RequestTracker queue. The matching is done based on a tuple that contains IP address.
However, the IP address that the JNA code constructs in the response packet does not contain the IPv6 scope identifier when it is pinging link-local addresses. This means that the key comparison in the RequestTracker queue fails and all link-local pings appear to time out.
To test, use the JNA ping code to send some packets to a link-local (fe80:*) address and observe the packets using tcpdump. You should see proper echo and echo-reply packets but the JNA code will report timeouts for all packets.