No limit on related IP addresses #3138

Closed
opened 2025-12-29 18:26:02 +01:00 by adam · 0 comments
Owner

Originally created by @hSaria on GitHub (Jan 9, 2020).

Environment

  • Python version: 3.6.8
  • NetBox version: 2.6.11

Steps to Reproduce

  1. Create IP address in 10/8 space, like 10.1.1.1/8
  2. Repeat step 1 numerous times with a different address each time, but the same mask
  3. The list of related IPs for any of those addresses grows with every new related address

Expected Behavior

The table of related IPs is limited (i.e. a maximum to number of related IPs are displayed).

Observed Behavior

The related IPs table is has no bound on its size, which slows down page loading further with every new related IP.

Originally created by @hSaria on GitHub (Jan 9, 2020). ### Environment * Python version: 3.6.8 * NetBox version: 2.6.11 ### Steps to Reproduce 1. Create IP address in `10/8` space, like `10.1.1.1/8` 2. Repeat step 1 numerous times with a different address each time, but the same mask 3. The list of related IPs for any of those addresses grows with every new related address ### Expected Behavior The table of related IPs is limited (i.e. a maximum to number of related IPs are displayed). ### Observed Behavior The related IPs table is has no bound on its size, which slows down page loading further with every new related IP.
adam added the type: bugstatus: accepted labels 2025-12-29 18:26:02 +01:00
adam closed this issue 2025-12-29 18:26:03 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#3138