IP Address import does not detect internal duplicates within the CSV #655

Closed
opened 2025-12-29 16:24:29 +01:00 by adam · 1 comment
Owner

Originally created by @candlerb on GitHub (Jan 23, 2017).

  • Set ENFORCE_GLOBAL_UNIQUE = True
  • Go to IP Space > Import IPs
  • Enter:
10.0.0.64,,,Active,,,,"foo"
10.0.0.64,,,Active,,,,"bar"

These duplicate IPs are entered without error or warning, and are not easy to find (#801)

However the importer does correctly check duplicates against records already in the database.

Originally created by @candlerb on GitHub (Jan 23, 2017). * Set `ENFORCE_GLOBAL_UNIQUE = True` * Go to IP Space > Import IPs * Enter: ~~~ 10.0.0.64,,,Active,,,,"foo" 10.0.0.64,,,Active,,,,"bar" ~~~ These duplicate IPs are entered without error or warning, and are not easy to find (#801) However the importer *does* correctly check duplicates against records already in the database.
adam added the type: bug label 2025-12-29 16:24:29 +01:00
adam closed this issue 2025-12-29 16:24:29 +01:00
Author
Owner

@jeremystretch commented on GitHub (Jun 7, 2017):

New import validation has been implemented as part of #655. This should no longer occur.

@jeremystretch commented on GitHub (Jun 7, 2017): New import validation has been implemented as part of #655. This should no longer occur.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#655