-
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: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application
Description
Environment
- Python version: 3.8.2
- NetBox version: 2.8.6 / 2.9.2
Steps to Reproduce
- [Netbox 2.8.6] Create VLAN Group with name "test"
- [Netbox 2.8.6] Create VLAN with ID 1, name "test", group "test"
- [Netbox 2.8.6] Create Prefix 10.0.0.0/24 with VLAN group "test" and vlan "test (1)".
- [Netbox 2.8.6] Go to IPAM -> VLAN Groups -> test
- [Netbox 2.8.6] Observe and take note of the "Prefixes" column for VLAN "test".
- Upgrade Netbox from 2.8.6 to 2.9.2
- [Netbox 2.9.2] Go to IPAM -> VLAN Groups -> test
- [Netbox 2.9.2] Again, observe and take note of the "Prefixes" column for VLAN "test".
Expected Behavior
Prefixes per VLAN are still listed in the "Prefixes" column after upgrade to Netbox 2.9.2.
Observed Behavior
Prefixes per VLAN are no longer listed in the "Prefixes" column after upgrade to Netbox 2.9.2.
Metadata
Metadata
Assignees
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application