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 (backport #16779) #16814

Closed
wants to merge 3 commits into from

Commits on Sep 13, 2024

  1. tests: bgp_set_aspath_exclude check rule modif crash

    Check that the following does not cause a crash:
    
    > route-map r2 permit 6
    >  set as-path exclude 65555
    >  set as-path exclude as-path-access-list NON-EXISTING
    
    Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
    (cherry picked from commit f102fb7)
    louis-6wind authored and mergify[bot] committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    aedc631 View commit details
    Browse the repository at this point in the history
  2. tests: bgp_set_aspath_exclude check rule modif

    No need to do 'no set as-path exclude' to replace the current rule by
    another. The code is supposed to support the replacement.
    
    Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
    (cherry picked from commit e9c4b33)
    louis-6wind authored and mergify[bot] committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    837349f View commit details
    Browse the repository at this point in the history
  3. tests: bgp_set_aspath_exclude extend timers

    Extend timers in bgp_set_aspath_exclude in case of high load on the CI.
    
    Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
    (cherry picked from commit 2328d17)
    louis-6wind authored and mergify[bot] committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    7165e4a View commit details
    Browse the repository at this point in the history