Displaying DHCPv6 and DHCPv4 subnets does not work #11311

Closed
opened 2025-12-29 21:43:24 +01:00 by adam · 1 comment
Owner

Originally created by @goebelmeier on GitHub (Jun 23, 2025).

Deployment Type

Self-hosted

NetBox Version

v4.3.2

Python Version

3.10

Steps to Reproduce

  1. Install netbox-kea to netbox
  2. configure a kea server at /plugins/kea/servers/add/
  3. The connection succeeds
  4. Open the DHCPv4 or DHCPv6 subnet pages at /plugins/kea/servers/1/subnets6/ oder /plugins/kea/servers/1/subnets4/

Expected Behavior

The DHCPv4 configured subnets will be shown

Observed Behavior

The following AttributeError message is thrown:

<class 'AttributeError'>

type object 'Meta' has no attribute 'model'
Originally created by @goebelmeier on GitHub (Jun 23, 2025). ### Deployment Type Self-hosted ### NetBox Version v4.3.2 ### Python Version 3.10 ### Steps to Reproduce 1. Install netbox-kea to netbox 2. configure a kea server at /plugins/kea/servers/add/ 3. The connection succeeds 4. Open the DHCPv4 or DHCPv6 subnet pages at `/plugins/kea/servers/1/subnets6/` oder `/plugins/kea/servers/1/subnets4/` ### Expected Behavior The DHCPv4 configured subnets will be shown ### Observed Behavior The following AttributeError message is thrown: ``` <class 'AttributeError'> type object 'Meta' has no attribute 'model' ```
adam added the netbox label 2025-12-29 21:43:24 +01:00
adam closed this issue 2025-12-29 21:43:25 +01:00
Author
Owner

@goebelmeier commented on GitHub (Jun 23, 2025):

Wrong repo

@goebelmeier commented on GitHub (Jun 23, 2025): Wrong repo
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#11311