-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Dynamic BGP_BBR is not working as expected #5929
Comments
3 tasks
Should be fixed in #5956 |
3 tasks
This behavior is still seen in master branch. Consistently repro'd w/ test_bpg_bbr. |
i checked 201911 branch and the issue is not there. |
it is the same root cause. I found this pr is not in master or 202012 branch.
|
looks like there is a new fix for this in upstream FRRouting/frr#7977 |
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Issue1: When BBR is enabled in /etc/sonic/constants.yml, BBR cannot be disabled by following the instructions in #5626
Issue2: When BBR is disabled in /etc/sonic/constants.yml (manually updated it). BGP configuration lines “neighbor PEER_V4 allowas-in 1” and “ neighbor PEER_V6 allowas-in 1” are not added after enabled BBR by following the instructions in #5626
Steps to reproduce the issue:
Details of Issue1:
Details of issue2:
neighbor PEER_V4 allowas-in 1
andneighbor PEER_V4 allowas-in 1
are not observed invtysh -c ‘show run’
. This is unexpected.neighbor PEER_V4 allowas-in 1
andneighbor PEER_V6 allowas-in 1
Describe the results you received:
Describe the results you expected:
Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered: