Fixes #11565 - Populate custom field defaults when creating FHRP groups with VIP

This commit is contained in:
Simon Toft
2023-02-10 12:19:44 +01:00
committed by Jeremy Stretch
parent 9f2cd8d480
commit 46fca8d42e
2 changed files with 8 additions and 0 deletions

View File

@@ -578,6 +578,7 @@ class FHRPGroupForm(NetBoxModelForm):
role=FHRP_PROTOCOL_ROLE_MAPPINGS.get(self.cleaned_data['protocol'], IPAddressRoleChoices.ROLE_VIP),
assigned_object=instance
)
ipaddress.populate_custom_field_defaults()
ipaddress.save()
# Check that the new IPAddress conforms with any assigned object-level permissions