-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Labels
severity: lowDoes not significantly disrupt application functionality, or a workaround is availableDoes not significantly disrupt application functionality, or a workaround is availablestatus: 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
Milestone
Description
Deployment Type
NetBox Cloud
NetBox Version
v4.4.0
Python Version
3.10
Steps to Reproduce
- Create a VPN tunnel called "tunnel" with IPsec - Tunnel encapsulation
- Create a VM called "vm" at any site
- Create an interface on vm with the name "int0"
- Create an IP 1.1.1.1/32
- import the following into the Tunnel Termination Bulk Import window
tunnel role outside_ip virtual_machine termination
tunnel peer 1.1.1.1/32 vm int0
Expected Behavior
I expect the import to work and a Tunnel Termination to be created.
Observed Behavior
I get the error: Record 1 outside_ip: "name" is an invalid accessor field name.
Other references to IP objects do not require a "name" field, so that seems a likely culprit.
Metadata
Metadata
Assignees
Labels
severity: lowDoes not significantly disrupt application functionality, or a workaround is availableDoes not significantly disrupt application functionality, or a workaround is availablestatus: 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