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

Erroneous DNS error message for duplicate IP addresses #488

Closed
peteeckel opened this issue Nov 26, 2024 · 0 comments · Fixed by #489
Closed

Erroneous DNS error message for duplicate IP addresses #488

peteeckel opened this issue Nov 26, 2024 · 0 comments · Fixed by #489
Assignees
Labels
bug Something isn't working

Comments

@peteeckel
Copy link
Owner

Versions

NetBox Version: 4.1.6
NetBox DNS Version: 1.1.5
Python Version: 3.11.5

Describe the bug

When a duplicate IP address is entered which violates uniqueness constraints, NetBox DNS erroneously reports an error.

To Reproduce

Steps to reproduce the behavior:

  • Try to import the following IP addresses:
address,status
20.0.0.12/24,active
20.0.0.12/24,active

Expected result

NetBox issues an error message stating that the IP addresses are not unique.

Screenshot 2024-11-26 at 15 49 15

Actual result

NetBox DNS issues an error message stating that there is already a DNS address record with an empty name, even if the IP addresses' prefix isn't assigned to a DNS view.

Screenshot 2024-11-26 at 15 45 22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant