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

FRR: support route map set as-path exclude #7251

Merged
merged 7 commits into from
Sep 30, 2021

Commits on Sep 13, 2021

  1. feat: add set exclude as path

    - rename setAsPath to setExcludeAsPath
    - add excludeAsPath
    lukaskoenen committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    70dd4c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9bff8f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9aa18e View commit details
    Browse the repository at this point in the history
  4. test: extend exclude as path tests

    - add test cases
    - remove TODOs
    - fix small bug where the intermediate representation used the as path of the output route
    lukaskoenen committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    7c30d2c View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. refactor: review changes

    - expand tests
    - update grammar
    - fix execute function of exclude statement
    lukaskoenen committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    76a5927 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. refactor: changes required by review

    - factor out the removal of the specified ASNs
    - update grammar
    - update docs
    lukaskoenen committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    05dce61 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. refactor: changes required by review

    - update grammar
    - rename added functions
    - update documentation
    lukaskoenen committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    7088e03 View commit details
    Browse the repository at this point in the history