-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
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
Description
Deployment Type
Self-hosted
NetBox Version
v3.6.6
Python Version
3.8
Steps to Reproduce
- Add an IP to a device and set it as the device's primary IP address
- On a VM interface, assign the IP from step 1 and check "Make this the primary IP for the device/VM"
- On save, a
ValueErroris raised
This bug also works the other way around (VM to Device).
Expected Behavior
The IP address should be assigned to the VM interface.
Observed Behavior
<class 'ValueError'>
'IPAddressForm' has no field named 'assigned_object'.
Python version: 3.8.10
NetBox version: 3.6.6
Plugins:
netbox_demo: 0.3.1
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