Forgot to call super().clean()

This commit is contained in:
Daniel Sheppard 2024-08-27 16:02:49 -05:00
parent 07444e6f1a
commit 5776db6450

View File

@ -1364,6 +1364,9 @@ class InterfaceForm(InterfaceCommonForm, ModularDeviceComponentForm):
}
def clean(self):
super().clean()
# Validate VLAN config
mode = None
tagged_vlans = []
untagged_vlan = None