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

Enable filtering FHRP groups by related IP addresses

This commit is contained in:
jeremystretch
2021-11-02 09:05:56 -04:00
parent bb4f3e1789
commit f48d7aedce
10 changed files with 101 additions and 52 deletions

View File

@@ -82,6 +82,7 @@ class FHRPGroupAssignment(ChangeLoggedModel):
)
priority = models.PositiveSmallIntegerField(
blank=True,
null=True
)
objects = RestrictedQuerySet.as_manager()