Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No limit on related IP addresses #3872

Closed
hSaria opened this issue Jan 9, 2020 · 0 comments · Fixed by #3873
Closed

No limit on related IP addresses #3872

hSaria opened this issue Jan 9, 2020 · 0 comments · Fixed by #3873
Labels
status: accepted This issue has been accepted for implementation type: bug A confirmed report of unexpected behavior in the application

Comments

@hSaria
Copy link
Contributor

hSaria commented 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.

@jeremystretch jeremystretch added status: accepted This issue has been accepted for implementation type: bug A confirmed report of unexpected behavior in the application labels Jan 9, 2020
jeremystretch added a commit that referenced this issue Jan 9, 2020
@lock lock bot locked as resolved and limited conversation to collaborators Apr 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: accepted This issue has been accepted for implementation type: bug A confirmed report of unexpected behavior in the application
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants