-
Notifications
You must be signed in to change notification settings - Fork 48
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
add support for multiple local-preference #518
Open
AAYUSH2091
wants to merge
21
commits into
ansible-collections:main
Choose a base branch
from
AAYUSH2091:feature/add-local-preference-support
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
add support for multiple local-preference #518
AAYUSH2091
wants to merge
21
commits into
ansible-collections:main
from
AAYUSH2091:feature/add-local-preference-support
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
@AAYUSH2091 can you please add changelog |
AAYUSH2091
force-pushed
the
feature/add-local-preference-support
branch
from
October 28, 2024 11:18
e1d82a1
to
29bd8ed
Compare
AAYUSH2091
force-pushed
the
feature/add-local-preference-support
branch
from
October 30, 2024 10:54
d6c92ec
to
22b8424
Compare
KB-perByte
reviewed
Nov 4, 2024
@KB-perByte please review this once I have also added the integration tests as well to support multiple local-preference values. |
KB-perByte
requested changes
Nov 6, 2024
plugins/module_utils/network/iosxr/config/route_maps/route_maps.py
Outdated
Show resolved
Hide resolved
…umber to metric_number
Co-authored-by: Sagar Paul <[email protected]>
AAYUSH2091
force-pushed
the
feature/add-local-preference-support
branch
from
November 7, 2024 13:29
5e9bae0
to
ad56785
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #518 +/- ##
==========================================
+ Coverage 76.91% 78.52% +1.60%
==========================================
Files 166 182 +16
Lines 11298 11953 +655
==========================================
+ Hits 8690 9386 +696
+ Misses 2608 2567 -41 |
AAYUSH2091
changed the title
add support for single local-preference
add support for multiple local-preference
Nov 18, 2024
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
Adds support for single local-preference values in route maps with special characters (*,+,-).
Fixes the issue with local-preference values not being captured correctly in route-maps.
Fixes #516
ISSUE TYPE
COMPONENT NAME
iosxr_route_maps