Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
ListPath
for ADJ_IN
and EnableFiltered=true
and add tests.
Currently, even though `ApplyPolicy` is called for determining the accepted routes after apply policy, the new route with attribute modifications is not returned. This is problematic for gRPC API users. Tests are added for all four cases that were described in #2765. This PR makes the behaviour correct for "Case/Attempt 2" described in the issue.
- Loading branch information