Opened 2 years ago

#79 new task

Remove support for storing raw .arpa names

Reported by: Kris Deugau Owned by:
Priority: trivial Milestone:
Version: Keywords:
Cc:

Description

Many reverse zone operations rely on IP address voodoo, which we really want to use the native Postgres operators for.

Storing raw .arpa names was supported initially to simplify import/display operations, but they don't work with CIDR operators. Supporting both has just added complexity anyway, instead of just applying them on export or display as needed.

Check everything that may touch these names and make sure they get converted to standard CIDR or bare-IP notations.

Change History (0)

Note: See TracTickets for help on using tickets.