mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
FHRP groups cleanup
This commit is contained in:
@@ -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='nhrp_group'
|
||||
related_query_name='fhrp_group'
|
||||
)
|
||||
|
||||
objects = RestrictedQuerySet.as_manager()
|
||||
|
Reference in New Issue
Block a user