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: Configurable interface-level 'capability opaque' support #13691

Commits on Jun 28, 2023

  1. ospfd: Configurable interface-level 'capability opaque' support

        Add support for "[no] ip ospf capbility opaque" at the interface
        level with the default being capability opaque enabled. The command
        "no ip ospf capability opaque" will disable opaque LSA database
        exchange and flooding on the interface. A change in configuration
        will result in the interface being flapped to update our options
        for neighbors but no attempt will be made to purge existing LSAs
        as in dense topologies, these may received by neighbors through
        different interfaces.
    
        Topotests are added to test both the configuration and the LSA
        opaque flooding suppression.
    
    Signed-off-by: Acee <aceelindem@gmail.com>
    Acee committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    e72549c View commit details
    Browse the repository at this point in the history