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: compare aigp after local route check in bgp_path_info_cmp() #17199

Merged
merged 2 commits into from
Oct 25, 2024

Commits on Oct 24, 2024

  1. tests: add a new BGP AIGP topotest

    The topotest verifies that a local route is favored irrespective
    of its AIGP value.
    
    Signed-off-by: Enke Chen <enchen@paloaltonetworks.com>
    enkechen-panw committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    1a2c3d6 View commit details
    Browse the repository at this point in the history
  2. bgpd: compare aigp after local route check in bgp_path_info_cmp()

    For consistency between RIB and BGP, the aigp comparison should
    be made after the local route check in bgp bestpath selection.
    
    Signed-off-by: Enke Chen <enchen@paloaltonetworks.com>
    enkechen-panw committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    6a7049a View commit details
    Browse the repository at this point in the history