Fix parentheses

This commit is contained in:
Jeremy Stretch 2022-03-28 09:37:33 -04:00 committed by GitHub
parent 1cef513f6c
commit 37781bd208
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -143,14 +143,14 @@ class FHRPGroupProtocolChoices(ChoiceSet):
(PROTOCOL_VRRP2, 'VRRPv2'),
(PROTOCOL_VRRP3, 'VRRPv3'),
(PROTOCOL_CARP, 'CARP'),
),
)),
('CheckPoint', (
(PROTOCOL_CLUSTERXL, 'ClusterXL'),
),
)),
('Cisco', (
(PROTOCOL_HSRP, 'HSRP'),
(PROTOCOL_GLBP, 'GLBP'),
),
)),
(PROTOCOL_OTHER, 'Other'),
)