auroraresearchlab/netbox-dns

Improve performance of reverse zone calculations

peteeckel opened this issue · 0 comments

One of the minor fallouts of the ongoing implementation of the RFC2317 feature is the introduction of special network fields using PostgreSQL cidr fields.

Finding a parent or child zone of an .arpa is currently done by comparing the zone names, which is rather cumbersome. Using special network fields this can get much more elegant and faster as well.