-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: featureIntroduction of new functionality to the applicationIntroduction of new functionality to the application
Description
Environment
- Python version: 3.7.3
- NetBox version: 2.10.1
Steps to Reproduce
- Create prefix in VRF Global
- Change VRF of the prefix to a specific VRF
- Go to /ipam/prefixes/{prefix-id}/ip-addresses/
Expected Behavior
The available IP's are preset to the VRF of the parent prefix.
When clicking the "x available IPs" button, it will create an IP with the VRF of the parent prefix.
When using the button "+ add an ip address", the VRF is set correctly since it's redirecting to /ipam/ip-addresses/add/?address=172.16.20.6/24&vrf=4&tenant_group=&tenant=
Observed Behavior
The available IP's are still linked to VRF Global.
When clicking the "x available IPs" button, it will create an IP with VRF Global.
Metadata
Metadata
Assignees
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: featureIntroduction of new functionality to the applicationIntroduction of new functionality to the application
