Adding the untagged_vlan property to dcim.interface using the API that isn't in mode tagged fails without error #17249
Labels
severity: low
Does not significantly disrupt application functionality, or a workaround is available
status: accepted
This issue has been accepted for implementation
type: bug
A confirmed report of unexpected behavior in the application
Deployment Type
Self-hosted
NetBox Version
v4.0.5, v4.0.9
Python Version
3.10
Steps to Reproduce
{'untagged_vlan':{vid, name, site}}
values from vlan{'untagged_vlan':{id}}
, value from vlan{'untagged_vlan': id}
value from vlanTest script using pynetbox
pip install logruru pynetbox
loguru because I like the colours
Expected Behavior
The api call would return a error message telling me I can't add a untagged_vlan with first setting a 802.1Q Mode.
Observed Behavior
The api works successfully and the interface object is returned unchanged.
The text was updated successfully, but these errors were encountered: