Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFC2317 Support #108

Merged
merged 28 commits into from
Jan 28, 2024
Merged

RFC2317 Support #108

merged 28 commits into from
Jan 28, 2024

Conversation

peteeckel
Copy link
Owner

@peteeckel peteeckel commented Dec 15, 2023

This is the first release of NetBox DNS with included support for RFC2317 zones.

RFC2317 describes an approach for delegating reverse zones for subnets with more than 24 bits of mask length. The details are not a pretty sight, but being able to create RFC2317 zones and having the PTR records and CNAME records created automatically should help a bit.

This implementation is mainly based on some discussions in the old NetBox DNS repository, most notably auroraresearchlab/netbox-dns#65 and auroraresearchlab/netbox-dns#278

fixes #152

@peteeckel peteeckel changed the base branch from main to fix/ipam-coupling-model December 15, 2023 20:56
@peteeckel peteeckel force-pushed the fix/ipam-coupling-model branch 2 times, most recently from 9c7dd3e to c6c8859 Compare December 21, 2023 16:54
Base automatically changed from fix/ipam-coupling-model to main December 21, 2023 23:21
@peteeckel peteeckel force-pushed the feature/rfc2317 branch 4 times, most recently from 5bb6f61 to 5eac8a4 Compare January 4, 2024 15:16
@peteeckel peteeckel force-pushed the feature/rfc2317 branch 5 times, most recently from cb145dc to 96beefb Compare January 27, 2024 16:53
@peteeckel peteeckel marked this pull request as ready for review January 28, 2024 15:56
@peteeckel peteeckel merged commit b7c4313 into main Jan 28, 2024
14 checks passed
@peteeckel peteeckel deleted the feature/rfc2317 branch January 28, 2024 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provide support for RFC2317
1 participant