-
Notifications
You must be signed in to change notification settings - Fork 12
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
Update to support route_control #248
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…end to from/to and replace netmask by hostmask
mtarking
requested changes
Dec 11, 2024
mtarking
requested changes
Dec 12, 2024
plugins/action/common/prepare_plugins/prep_108_route_control.py
Outdated
Show resolved
Hide resolved
plugins/action/common/prepare_plugins/prep_108_route_control.py
Outdated
Show resolved
Hide resolved
roles/dtc/common/templates/ndfc_route_control/ndfc_route_control.j2
Outdated
Show resolved
Hide resolved
move main jinja route_control out of the folder. remove ansible.builtin.meta for sub_main
mikewiebe
reviewed
Dec 16, 2024
plugins/action/common/prepare_plugins/prep_108_route_control.py
Outdated
Show resolved
Hide resolved
mikewiebe
reviewed
Dec 16, 2024
mikewiebe
reviewed
Dec 16, 2024
mikewiebe
reviewed
Dec 16, 2024
plugins/action/common/prepare_plugins/prep_108_route_control.py
Outdated
Show resolved
Hide resolved
…route_control templates in ndfc_prefix_list.j2, update entry["prefix"] with filter {{ entry["prefix"] | ipaddr('network/prefix') }} in case or prefix is not the supernet. Ex: 172.17.1.0/19 is part of 172.17.0.0/19. CLI should have 172.17.0.0/19 else there is an out-of-sync.
Charly still needs to address a mapping case with ICMP before we can merge this PR. |
@mikewiebe - this was updated for ICMP mapping. Please review and merge |
juburnet
approved these changes
Jan 16, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved. It was agreed on a previous call to keep Port numbers only and have the translation to avoid the out-of-sync
mikewiebe
approved these changes
Jan 16, 2025
This was referenced Jan 23, 2025
Closed
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related Issue(s)
Fix the following issues:
Related Collection Role
Related Data Model Element
Proposed Changes
This change includes templates to generate policies for:
Test Notes
Cisco NDFC Version
Tested with ND3.2(1i)
Checklist