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 #1330 #1449

Merged
merged 3 commits into from
May 24, 2021
Merged

Conversation

minefuto
Copy link
Contributor

I fixed #1330.
I checked junos's bgp flap_count behavior, the result is below.

1.add bgp config => flap_count: 0
2.bgp neighbor up => flap_count: 0
3.bgp neighbor down => flap_count: 1
4.bgp neighbor up again => flap_count: 1
5.bgp neighbor down again => flap_count: 2

I synced this behavior of iosxr and junos.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IOS XR get_bgp_neighbors_detail: flap_count return a negative value
2 participants