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

Revert turning on onlyBinary flag #2778

Closed
wants to merge 1 commit into from
Closed

Conversation

bayrinat
Copy link
Contributor

@bayrinat bayrinat commented Mar 4, 2024

Fix #2777

Signed-off-by: Rinat Baygildin <bayrinat@yandex-team.ru>
@@ -4179,11 +4179,11 @@ func (s *BgpServer) WatchEvent(ctx context.Context, r *api.WatchEventRequest, fn
l = append(l, p...)
}
for _, p := range l {
pl = append(pl, toPathApi(p, nil, true, false, false))
pl = append(pl, toPathApi(p, nil, false, false, false))
Copy link
Contributor

@rastislavs rastislavs Mar 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should the same change be applied on the line 4164 as well (watchEventUpdate case), or is there any reason for keeping it there?

@fujita
Copy link
Member

fujita commented Mar 6, 2024

@bayrinat Please create a new pull request for EoR event feature.

@fujita fujita closed this Mar 6, 2024
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.

Breaking change in WatchEvent API introduced in v3.24.0
3 participants