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

need special handling for reverse_dns_zone_group container attribute (just like reverse_dns_profile) #225

Open
miesi opened this issue Mar 24, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@miesi
Copy link
Contributor

miesi commented Mar 24, 2022

To minimize administrative efforts with automatically appearing reverse zones when subnets are added to pools a container attribute reverse_dns_zone_group shall be introduced to automatically put reverse zones in the correct zone-group.

# <assume zone-group public global and zone-profile public-rev exists>
$ ndcli create container 1.0.0.0/8 reverse_dns_profile:public-rev reverse_dns_zone_group:public-global
$ ndcli create pool p
$ ndcli modify pool p add subnet 1.0.0.0/24
$ ndcli list zone-group public-global
zone                                                     view
0.0.1.in-addr.arpa                                 default
@miesi miesi added the enhancement New feature or request label Mar 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant