-
Notifications
You must be signed in to change notification settings - Fork 559
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
eos issue#1743 bug fix get_bgp_neighbors() #1746
eos issue#1743 bug fix get_bgp_neighbors() #1746
Conversation
Local pytest checks passing after adding missing mocked data files and dependencies
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we know if this is JUST platform-related, or did the output update in other devices running the latest EOS versions?
We noticed this issue during the onboarding of 7050CX3M platform with 4.27.2F-DPE, I am running same tests against few other platforms we have in the lab, and will get back with my findings. |
This comment was marked as duplicate.
This comment was marked as duplicate.
I tested in another platform, DCS-7050SX3-48YC8-F with the same code version(4.27.2F-DPE), and I am able to reproduce the issue. This extra line (' IPv[46] Unicast: 111.1.1.0\n') is getting added for established BGP neighbors
|
I did some local testing today, and this change overall looks good and doesn't appear to cause any regressions. However, can you please |
…files from testcases
done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Testing using updated NEIGHBOR_FILTER value
--snipped output for IPv4 and IPv6 BGP neighbors--