1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Closes #7769: Enable assignment of IP addresses to an existing FHRP group

This commit is contained in:
jeremystretch
2021-11-11 14:05:35 -05:00
parent 34f24de3e4
commit 83b2102705
6 changed files with 63 additions and 49 deletions

View File

@@ -47,7 +47,7 @@ class FHRPGroup(PrimaryModel):
to='ipam.IPAddress',
content_type_field='assigned_object_type',
object_id_field='assigned_object_id',
related_query_name='fhrp_group'
related_query_name='fhrpgroup'
)
objects = RestrictedQuerySet.as_manager()