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

9892 add FHRP group name

This commit is contained in:
Arthur
2022-09-20 16:03:55 -07:00
parent 75c91232b4
commit 5d07f2c837
2 changed files with 22 additions and 0 deletions

View File

@@ -22,6 +22,10 @@ class FHRPGroup(NetBoxModel):
group_id = models.PositiveSmallIntegerField(
verbose_name='Group ID'
)
name = models.CharField(
max_length=100,
blank=True
)
protocol = models.CharField(
max_length=50,
choices=FHRPGroupProtocolChoices