netbox icon indicating copy to clipboard operation
netbox copied to clipboard

Assigning duplicate FHRP group to interface results in Integrity Error

Open arthanson opened this issue 1 year ago • 0 comments

Deployment Type

Self-hosted

NetBox Version

v3.7.1

Python Version

3.8

Steps to Reproduce

View an interface Click "Assign Group" for FHRP Input "Group" and "Priority" Click "Create & Add Another" Input the same "Group" and a "Priority" Error

IntegrityError at /ipam/fhrp-group-assignments/add/
duplicate key value violates unique constraint "ipam_fhrpgroupassignment_unique_interface_group"

Expected Behavior

Should show "duplicate assignment" on edit form

Observed Behavior

IntegrityError was thrown.

arthanson avatar Feb 02 '24 18:02 arthanson