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

creating a view for a reverse zone is not allowed to network admins #263

Open
miesi opened this issue Sep 5, 2023 · 0 comments
Open

creating a view for a reverse zone is not allowed to network admins #263

miesi opened this issue Sep 5, 2023 · 0 comments

Comments

@miesi
Copy link
Contributor

miesi commented Sep 5, 2023

If a network admin creates an overlapping subnet in a layer3domain then dim tries to create a view in the already existing reverse zone. The view is named like the layer3domain.

Network admins should be able to create the need views for reverse zones.

The expected behaviour is as follows:

ndcli create container 10.0.0.0/8 layer3domain default
ndcli create layer3domain two type vrf rd 0:2
ndcli create container 10.0.0.0/8 layer3domain two

ndcli create pool p1 layer3domain default
ndcli modify pool p1 add subnet 10.0.0.0/23 gw 10.0.0.1

ndcli create pool p2 layer3domain two
ndcli modify pool p2 add subnet 10.0.0.0/23 gw 10.0.0.1 --allow-overlap

ndcli list zone 0.0.10.in-addr.arpa views
default
two

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

No branches or pull requests

1 participant