diff --git a/netbox/dcim/forms/model_forms.py b/netbox/dcim/forms/model_forms.py index 95908bd41..fe686bd88 100644 --- a/netbox/dcim/forms/model_forms.py +++ b/netbox/dcim/forms/model_forms.py @@ -1364,6 +1364,9 @@ class InterfaceForm(InterfaceCommonForm, ModularDeviceComponentForm): } def clean(self): + super().clean() + + # Validate VLAN config mode = None tagged_vlans = [] untagged_vlan = None