-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Closed
Copy link
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
NetBox version
v3.5.8
Python version
3.8
Steps to Reproduce
- Create two L2VPNs "tvpn1, tvpn2"
- Create an L2VPNTermination (type VXLAN) to tvpn1 - note id of created termination (for example 1 here)
- Go to bulk import for L2VPNTermination (Overlay -> Termination) Import button
- use the id field to make a bulk update of the existing termination and assign to the other L2VPN
id,l2vpn
1,tvpn2
- Click submit and see error: "Record 1: Each termination must specify either an interface or a VLAN."
Expected Behavior
The update should happen without errors
Observed Behavior
Error "Record 1: Each termination must specify either an interface or a VLAN."
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