Comment 0 for bug 1259954

Revision history for this message
Graham Hayes (grahamhayes) wrote :

If you have 2 zones / domains created:

zone 1 - designate.local
zone 2 - subdomain.designate.local

and within zone 1 create a record:

record 1 - thisshouldbreak.subdomain.designate.local (within zone 1)

designate returns a created event.

when you do a record list on zone 1, it will show in the record list, but most backends will never return this record (tested on PowerDNS)

We should check if a zone is within a register sub zone, before creating it.