Actions
Bug #7771
closeddomain missing in reverse lookup of host overrides
Start date:
08/13/2017
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.3.4_1
Affected Architecture:
Description
Add a host override in DNS Forwarder (dnsmasq):
- Host: myhost
- Domain: mydomain
- IP address: 1.2.3.4
Forward lookup of myhost.mydomain will correctly return 1.2.3.4.
Reverse (PTR) lookup of 1.2.3.4 will return only myhost instead of myhost.mydomain.
This worked fine in 2.3.4, the bug appeared in 2.3.4_1. I think this is a regression caused by #7690.
Updated by Jim Pingle over 7 years ago
- Status changed from New to Confirmed
- Assignee set to Jim Pingle
- Target version set to 2.3.4-p2
I'll take a look at this closer. I changed the order there since it made the code more consistent and it eliminated a weird special-case exception for localhost. I was focused on unbound on that other ticket, so I didn't catch that PTRs in dnsmasq were behaving differently.
Updated by Jim Pingle over 7 years ago
- Status changed from Confirmed to Feedback
- % Done changed from 0 to 100
Applied in changeset 0e78c2f544ad577234a0a2f87ce2e8caefdfdb77.
Updated by Richard van Dijk over 7 years ago
It works with your changes, thanks!
Updated by Jim Pingle over 7 years ago
- Status changed from Feedback to Resolved
Looks good on the latest snapshot.
Updated by Jim Pingle about 7 years ago
- Target version changed from 2.3.4-p2 to 2.3.5
Actions