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

Fix ListPath for ADJ_IN and EnableFiltered=true and add tests. #2784

Merged
merged 1 commit into from
Mar 17, 2024

Conversation

wenovus
Copy link
Contributor

@wenovus wenovus commented Mar 15, 2024

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.

Validation is added within TestListPathEnableFiltered for all four cases that were described in #2765. This PR makes the behaviour conform to "Case/Attempt 2" described in the issue.

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
osrg#2765. This PR makes the behaviour
correct for "Case/Attempt 2" described in the issue.
@fujita fujita merged commit 829bbcf into osrg:master Mar 17, 2024
39 checks passed
@fujita
Copy link
Member

fujita commented Mar 17, 2024

I thought about a new parameter to avoid breaking the API but I guess that we call this issue a bug so pushed. Thanks a lot!

@wenovus wenovus deleted the fix-adj-rib-in-post branch March 18, 2024 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants