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

bgpd: fix as-path exclude modify crash #16794

bgpd: fix as-path exclude modify crash

5e3edba
Select commit
Loading
Failed to load commit list.
Merged

bgpd: fix as-path exclude modify crash #16794

bgpd: fix as-path exclude modify crash
5e3edba
Select commit
Loading
Failed to load commit list.
NetDEF CI Pull Requests Testing / [CI] Basic Tests failed Sep 11, 2024 in 1s

Basic Tests summary

➡️ Jobs queued: 0/49

➡️ Jobs in progress: 0/49

✖️ Jobs Failure: 1/49

AssertionError: OSPFv3 did not converge on r1:
 --- Current output
 +++ Expected output
 @@ -10,3 +10,4 @@
  O>* fc00:b:b:b::4/128 [110/20] via fe80::XXXX:XXXX:XXXX:XXXX, r1-sw5, weight 1, XX:XX:XX
  O>* fc00:2222:2222:2222::/64 [110/20] via fe80::XXXX:XXXX:XXXX:XXXX, r1-sw5, weight 1, XX:XX:XX
  O>* fc00:3333:3333:3333::/64 [110/20] via fe80::XXXX:XXXX:XXXX:XXXX, r1-sw5, weight 1, XX:XX:XX
 +O>* fc00:4444:4444:4444::/64 [110/20] via fe80::XXXX:XXXX:XXXX:XXXX, r1-sw5, weight 1, XX:XX:XX
assert False
E   AssertionError: OSPFv3 did not converge on r1:
     --- Current output
     +++ Expected output
     @@ -10,3 +10,4 @@
      O>* fc00:b:b:b::4/128 [110/20] via fe80::XXXX:XXXX:XXXX:XXXX, r1-sw5, weight 1, XX:XX:XX
      O>* fc00:2222:2222:2222::/64 [110/20] via fe80::XXXX:XXXX:XXXX:XXXX, r1-sw5, weight 1, XX:XX:XX
      O>* fc00:3333:3333:3333::/64 [110/20] via fe80::XXXX:XXXX:XXXX:XXXX, r1-sw5, weight 1, XX:XX:XX
     +O>* fc00:4444:4444:4444::/64 [110/20] via fe80::XXXX:XXXX:XXXX:XXXX, r1-sw5, weight 1, XX:XX:XX
   assert False

✔️ Jobs Success: 48/49

Details at https://ci1.netdef.org/browse/FRR-PULLREQ3-4882.