IP Addresses list within prefix doesn't follow pagination settings #4161

Closed
opened 2025-12-29 18:33:32 +01:00 by adam · 1 comment
Owner

Originally created by @tokkyuuressha on GitHub (Oct 2, 2020).

Originally assigned to: @jeremystretch on GitHub.

Environment
Python version: 3.7.9
NetBox version: 2.9.4

Steps to Reproduce
In user profile, set pagination.per_page to value above 50
Go to {netbox}/ipam/prefixes/{x}/ip-addresses/

Expected Behavior
Page shows amount of IP address entries set in pagination.per_page setting

Observed Behavior
Page shows default 50 address entries
The issue is irritating considering commonly used prefix contains 254 addresses

Originally created by @tokkyuuressha on GitHub (Oct 2, 2020). Originally assigned to: @jeremystretch on GitHub. **Environment** Python version: 3.7.9 NetBox version: 2.9.4 **Steps to Reproduce** In user profile, set pagination.per_page to value above 50 Go to {netbox}/ipam/prefixes/{x}/ip-addresses/ **Expected Behavior** Page shows amount of IP address entries set in pagination.per_page setting **Observed Behavior** Page shows default 50 address entries The issue is irritating considering commonly used prefix contains 254 addresses
adam added the type: bugstatus: accepted labels 2025-12-29 18:33:32 +01:00
adam closed this issue 2025-12-29 18:33:32 +01:00
Author
Owner

@jeremystretch commented on GitHub (Oct 2, 2020):

I've found several instances where the per_page parameter is not passed properly:

  • Prefix child IPs list (as noted above)
  • Prefix child prefixes list
  • Provider circuits list
  • Rack elevations list
  • Change log
  • Aggregate child prefixes list
  • IP address related IPs list
  • VLAN group VLANs list
  • VLAN members lists
@jeremystretch commented on GitHub (Oct 2, 2020): I've found several instances where the `per_page` parameter is not passed properly: * Prefix child IPs list (as noted above) * Prefix child prefixes list * Provider circuits list * Rack elevations list * Change log * Aggregate child prefixes list * IP address related IPs list * VLAN group VLANs list * VLAN members lists
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#4161