search for prefixes within a VRF does not work #3026
Labels
status: accepted
This issue has been accepted for implementation
type: bug
A confirmed report of unexpected behavior in the application
Environment
Steps to Reproduce
Expected Behavior
Observed Behavior
REASON for the error:
.../ipam/prefixes/?q=&within_include=&family=&mask_length=&vrf=8&is_pool=
SOLUTION:
it should be:
../ipam/prefixes/?q=&within_include=&family=&mask_length=&vrf_id=8&is_pool=
I.e. the selected vrf is mapped to its id, but the search looks for a vrf named such, not for the vrf_id with that number.
The URL with "vrf_id=..." results in the expected behavior.
The text was updated successfully, but these errors were encountered: