Unique IP space enforcement cannot be loosened for shared/virtual IPs #2051

Closed
opened 2025-12-29 17:21:46 +01:00 by adam · 0 comments
Owner

Originally created by @knobix on GitHub (Oct 8, 2018).

Environment

  • Python version: 3.6.6
  • NetBox version: 2.4.6

Steps to Reproduce

  • Create a new VRF (e.g. Example)
  • Add an IP-address (e.g. 192.168.0.1/24) and set the role to VIP in the newly created VRF
  • Add the same IP-address again and set the role to VIP in the newly created VRF

Expected Behavior

  • The second shared IP-address that is a duplicate should have been added to the VRF without any errors.

Observed Behavior

  • The message "Duplicate IP address found in VRF Example (Example123): 192.168.0.1/24"
Originally created by @knobix on GitHub (Oct 8, 2018). ### Environment * Python version: 3.6.6 * NetBox version: 2.4.6 ### Steps to Reproduce - Create a new VRF (e.g. Example) - Add an IP-address (e.g. 192.168.0.1/24) and set the role to VIP in the newly created VRF - Add the same IP-address again and set the role to VIP in the newly created VRF ### Expected Behavior - The second shared IP-address that is a duplicate should have been added to the VRF without any errors. ### Observed Behavior - The message "**Duplicate IP address found in VRF Example (Example123): 192.168.0.1/24**"
adam closed this issue 2025-12-29 17:21:46 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#2051