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

pimd: MSDP per peer SA limit #17521

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Nov 26, 2024

  1. yang,pimd: support shutdown and SA limit

    Add MSDP shutdown and SA limiting configuration to YANG model.
    
    (no implementation, just boiler plate code)
    
    Signed-off-by: Rafael Zalamena <[email protected]>
    rzalamena committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    44a88ae View commit details
    Browse the repository at this point in the history
  2. pimd: implement MSDP peer SA limiting

    Implement a command to enable/disable per peer MSDP SA limiting.
    
    Signed-off-by: Rafael Zalamena <[email protected]>
    rzalamena committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    1a577f0 View commit details
    Browse the repository at this point in the history
  3. topotests: test new MSDP SA limit feature

    Test that only the limit amount of SAs is learned from the peer.
    
    Signed-off-by: Rafael Zalamena <[email protected]>
    rzalamena committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    8a74f42 View commit details
    Browse the repository at this point in the history
  4. doc: document new SA limit command

    Let user know about the new MSDP SA limit command.
    
    Signed-off-by: Rafael Zalamena <[email protected]>
    rzalamena committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    de55848 View commit details
    Browse the repository at this point in the history