Skip to content

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

@miesi

Description

@miesi

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions