[2.0] reverse DNS sometimes assigns FQDN where it should assign IFACE.FQDN
Bug #1600259 reported by
LaMont Jones
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MAAS |
Fix Released
|
Undecided
|
LaMont Jones | ||
2.0 |
Fix Released
|
Undecided
|
LaMont Jones |
Bug Description
If the PTR for an address resolves to the FQDN, then the FQDN should include that IP. Currently, since the code that generates the data for reverse zones (get_hostname_
Related branches
lp://staging/~lamont/maas/bug-1600259
- Mike Pontillo (community): Approve
-
Diff: 248 lines (+81/-31)3 files modifiedsrc/maasserver/dns/zonegenerator.py (+11/-3)
src/maasserver/models/staticipaddress.py (+49/-28)
src/maasserver/models/tests/test_staticipaddress.py (+21/-0)
lp://staging/~lamont/maas/bug-1599223-2.0
- LaMont Jones (community): Approve
-
Diff: 696 lines (+237/-135)6 files modifiedsrc/maasserver/dns/tests/test_zonegenerator.py (+11/-22)
src/maasserver/dns/zonegenerator.py (+12/-38)
src/maasserver/models/dnsresource.py (+6/-3)
src/maasserver/models/staticipaddress.py (+102/-36)
src/maasserver/models/tests/test_dnsresource.py (+2/-2)
src/maasserver/models/tests/test_staticipaddress.py (+104/-34)
Changed in maas: | |
assignee: | nobody → LaMont Jones (lamont) |
milestone: | none → 2.0.0 |
Changed in maas: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.