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

feat: Allow the creation of prefix-list rules, passing in unique prefix list IDs on a per rule basis #318

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mission-coliveros
Copy link

@mission-coliveros mission-coliveros commented Apr 19, 2024

Description

This PR is meant to address the complaints in this open issue

Motivation and Context

The existing codebase does not allow the creation of prefix-list based rules, where you can pass in prefix list IDs on a per-rule basis. You can only assign prefix list IDs at the module level, which is not particularly helpful.

Breaking Changes

Default values have been implemented, with the intention of not introducing any breaking changes

How Has This Been Tested?

I can start testing with examples, but I'd like to wait and see if this PR gets shut down before I put any more effort into it.

  • I have updated at least one of the examples/* to demonstrate and validate my change(s)
  • I have tested and validated these changes using one or more of the provided examples/* projects
  • I have executed pre-commit run -a on my pull request

@mission-coliveros mission-coliveros changed the title Allow the creation of prefix-list rules, passing in unique prefix list IDs on a per rule basis feat: Allow the creation of prefix-list rules, passing in unique prefix list IDs on a per rule basis Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant