mirror of
https://github.com/netbox-community/netbox.git
synced 2026-04-26 18:58:54 +02:00
Fixes #1191: Bulk selection of IPs under a prefix incorrect when "select all" is used
This commit is contained in:
@@ -525,6 +525,7 @@ def prefix_ipaddresses(request, pk):
|
||||
'prefix': prefix,
|
||||
'ip_table': ip_table,
|
||||
'permissions': permissions,
|
||||
'bulk_querystring': 'vrf_id={}&parent={}'.format(prefix.vrf or '0', prefix.prefix),
|
||||
})
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user