Multiple DNS PTR records for the same IP address causes sysname to swing back and forth in NAV
Bug #1404225 reported by
Morten Brekkevold
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Network Administration Visualized |
Fix Released
|
Medium
|
Morten Brekkevold |
Bug Description
If, for some reason, the IP address of a monitored IP Device has multiple PTR records in the DNS, NAV's chosen sysname for this device may swing back and forth. The order of the returned records may be random on each DNS response, but the dnsname plugin will always pick the first record in the response.
ipdevpoll should prefer stability in this case: It should examine all the PTR records if there are multiple, and if any of the correspond with the existing sysname of the device, keep that name unchanged. If there is no match, it can pick the first one, as before.
Changed in nav: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
fix here: https:/ /nav.uninett. no/hg/stable/ rev/0eeefabc4b3 d