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

ospfd: OSPF multi-instance default origination fixes (backport #17436) #17480

Closed
wants to merge 2 commits into from

Commits on Nov 21, 2024

  1. ospfd: OSPF multi-instance default origination fixes

    When originating a default AS-External LSA in one OSPF instance,
    it wasn't working if the criteria route was installed by another OSPF
    instance. This required more flexible processing of the OSPF external
    route information.
    
    Also fix problem multi-instance display for "show ip ospf
     <instance> database ...".
    
    Signed-off-by: Acee Lindem <acee@lindem.com>
    (cherry picked from commit 6afd56d)
    
    # Conflicts:
    #	ospfd/ospf_zebra.c
    aceelindem authored and mergify[bot] committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    757c367 View commit details
    Browse the repository at this point in the history
  2. tests: Add topotest for OSPF multi-instance default origination.

    This change adds a topotest to test various case of OSPF multi-instance
    origination including cases where the criteria route is from another
    instance of OSPF, as well as the same OSPF instance (where a default
    should not be originated).
    
    Signed-off-by: Acee Lindem <acee@lindem.com>
    (cherry picked from commit 82f4349)
    aceelindem authored and mergify[bot] committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    d9a2161 View commit details
    Browse the repository at this point in the history