FHRP groups cleanup

This commit is contained in:
jeremystretch
2021-11-04 14:19:10 -04:00
parent 2984ba6db1
commit a24ce03df1
5 changed files with 19 additions and 11 deletions

View File

@@ -529,7 +529,7 @@ class FHRPGroupForm(BootstrapMixin, CustomFieldModelForm):
required=False
)
# Optionally create a new IPAddress along with the NHRPGroup
# Optionally create a new IPAddress along with the FHRPGroup
ip_vrf = DynamicModelChoiceField(
queryset=VRF.objects.all(),
required=False,