-
Notifications
You must be signed in to change notification settings - Fork 109
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
[route_maps] Enable handling of route-maps without set/match #856
Merged
NilashishC
merged 5 commits into
ansible-collections:main
from
Miyoshi-Ryota:feature/handle-no-match-no-set-route_maps
May 22, 2024
Merged
[route_maps] Enable handling of route-maps without set/match #856
NilashishC
merged 5 commits into
ansible-collections:main
from
Miyoshi-Ryota:feature/handle-no-match-no-set-route_maps
May 22, 2024
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
This commit introduces the ability to handle simple route-maps that do not contain set or match statements. Specifically, it allows for the creation and management of purely basic route-map entries like 'route-map test-1 permit 10'.
for more information, see https://pre-commit.ci
Miyoshi-Ryota
changed the title
Enable handling of route-maps without set/match
[route_maps] Enable handling of route-maps without set/match
May 2, 2024
Miyoshi-Ryota
force-pushed
the
feature/handle-no-match-no-set-route_maps
branch
from
May 2, 2024 23:12
d34279f
to
90166a8
Compare
Please let me know if I need to do additional work for the review. CI is failing, but I think I cannot add |
Thank you for adding the label. I will fix the ansible-lint error soon. If I update this PR, the label may come off again. If that's the case, I'm sorry for bothering you twice. |
NilashishC
approved these changes
May 16, 2024
@Miyoshi-Ryota this is an excellent PR! Thank you so much. |
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.
SUMMARY
This commit introduces the ability to handle simple route-maps that do not contain set or match statements.
It allows for the creation and management of purely basic route-map entries like 'route-map test-1 permit 10'.
ISSUE TYPE
COMPONENT NAME
cisco.nxos.nxos_route_maps
ADDITIONAL INFORMATION
cisco.nxos.nxos_route_maps module cannot handle following task which does not have a set, a match and a description section for now.
See also unit tests.
pytest result after editing source code.
pytest result when just adding tests and without editing source code.