Server Error when trying to edit IP address assigned to FHRP group #5622

Closed
opened 2025-12-29 19:30:13 +01:00 by adam · 0 comments
Owner

Originally created by @hoalex on GitHub (Nov 5, 2021).

Originally assigned to: @jeremystretch on GitHub.

NetBox version

v3.1-beta1

Python version

3.8

Steps to Reproduce

  1. Create a new FHRP group with any protocol and group ID. Enter some IP address in the "Virtual IP Address" section and click on create.
  2. Navigate to the detail view of the IP address entered in step 1.
  3. Click on Edit.

Expected Behavior

The IP address edit view should appear.

Observed Behavior

A Server Error is raised:

<class 'AttributeError'>

'FHRPGroup' object has no attribute 'parent_object'

Python version: 3.8.10
NetBox version: 3.1-beta1
Originally created by @hoalex on GitHub (Nov 5, 2021). Originally assigned to: @jeremystretch on GitHub. ### NetBox version v3.1-beta1 ### Python version 3.8 ### Steps to Reproduce 1. Create a new FHRP group with any protocol and group ID. Enter some IP address in the "Virtual IP Address" section and click on create. 2. Navigate to the detail view of the IP address entered in step 1. 3. Click on Edit. ### Expected Behavior The IP address edit view should appear. ### Observed Behavior A Server Error is raised: ``` <class 'AttributeError'> 'FHRPGroup' object has no attribute 'parent_object' Python version: 3.8.10 NetBox version: 3.1-beta1 ```
adam added the type: bugbeta labels 2025-12-29 19:30:13 +01:00
adam closed this issue 2025-12-29 19:30:13 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#5622