Actions
Bug #6076
closedProblem adding CNAME alias for diag_dns
Start date:
04/05/2016
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
All
Affected Architecture:
Description
If I resolve a CNAME with diag_dns, it gives back the translated FQDNs - e.g. www.inf.org translates to inf.org. Then press "Add Alias".
Problem: The existing code puts a "/32" CIDR after that in the alias "www_inf_org" in the config - "inf.org./32" - and if you then edit the "www_inf_org" alias it shows as "inf.org./32" in the Network or FQDN Address field. Normally when putting an FQDN into an alias, no CIDR is inserted.
Similar issue if you use "google.com" - it resolves to a mix of real IP addresses and some names like ns1.google.com.
Old code in RELENG_2_2 also looks like it had this issue.
Updated by Phillip Davis over 8 years ago
Proposed fix in https://github.com/pfsense/pfsense/pull/2839
Updated by Renato Botelho over 8 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
PR has been merged
Updated by Renato Botelho over 8 years ago
- Status changed from Feedback to Resolved
- Assignee changed from Phillip Davis to Renato Botelho
Works
Actions