NetBox version
v3.3.5
Python version
3.8
Steps to Reproduce
- Create a user with permission to view and create FHRP groups but not IP addresses.
- Authenticate as that user.
- Create an FHRP group with any valid values, and also specify an IP address and status.
Expected Behavior
The creation of an IP address should not be permitted, as the user lacks sufficient permissions.
Observed Behavior
The IP address is created.