-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
bgpd: flapped quicker than processing #14895
Labels
triage
Needs further investigation
Comments
louis-6wind
added a commit
to louis-6wind/frr
that referenced
this issue
Nov 28, 2023
Workaround an issue in bgp_peer_type_multipath_relax. Link: FRRouting#14895 Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
louis-6wind
added a commit
to louis-6wind/frr
that referenced
this issue
Nov 28, 2023
Workaround an issue in bgp_peer_type_multipath_relax. Link: FRRouting#14895 Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
louis-6wind
added a commit
to louis-6wind/frr
that referenced
this issue
Nov 29, 2023
Workaround an issue in bgp_peer_type_multipath_relax. Link: FRRouting#14895 Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
louis-6wind
added a commit
to louis-6wind/frr
that referenced
this issue
Nov 29, 2023
Workaround an issue in bgp_peer_type_multipath_relax. Link: FRRouting#14895 Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
louis-6wind
added a commit
to louis-6wind/frr
that referenced
this issue
Dec 14, 2023
Workaround an issue in bgp_peer_type_multipath_relax. Link: FRRouting#14895 Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
louis-6wind
added a commit
to louis-6wind/frr
that referenced
this issue
Dec 14, 2023
Workaround an issue in bgp_peer_type_multipath_relax. Link: FRRouting#14895 Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
cscarpitta
pushed a commit
to cscarpitta/frr
that referenced
this issue
Feb 9, 2024
Workaround an issue in bgp_peer_type_multipath_relax. Link: FRRouting#14895 Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
This issue is stale because it has been open 180 days with no activity. Comment or remove the |
This issue will be automatically closed in the specified period unless there is further activity. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Migration to exabgp 4 shows a bug in bgpd when running the bgp_peer_type_multipath_relax topotests.
After setting
neighbor 10.0.4.2 ebgp-multihop
with exabgp 4, the BGP session is re-established, and the test breaks, which was not the case with exabgp 3.Debug shows that exabgp 4 re-establishes the BGP session quicker than exabgp 3.
When failed, the
10.0.4.2
path to203.0.113.8/30
is incorrect and the message appears:2023/11/28 15:25:56.181100 BGP: [PMW16-C134F] 10.0.4.2(Unknown) rcvd 203.0.113.8/30 IPv4 unicast, flapped quicker than processing
Change a exabgp parameter to make it slower workarounds the issue.
To Reproduce
python2 -m pip uninstall exabgp
python3 -m pip install exabgp==4.2.21
Expected behavior
Test is passing
Screenshots
Exabgp 4: NOK
Exabgp 3: OK
Versions
The text was updated successfully, but these errors were encountered: