Closed
Description
Environment
- Python version: Python version: 3.6.8
- NetBox version: NetBox version: 2.6.5
Steps to Reproduce
- Create VLAN 123 associated with Site AAA
- Create Device at Site BBB and Interface
- Edit interface and set 802.1Q Mode to Tagged
- Select VLAN 123 as Tagged VLAN
- Apply
Expected Behavior
An Error message.
Observed Behavior
No error message, and the VLAN does not get set.
Comment
A error message is correctly produced if the Mode is Access and the VLAN is selected in the Untagged input field instead. Then we get "The untagged VLAN (123) must belong to the same site as the interface's parent device/VM, or it must be global". The same message should be show there too.