-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add support for multiple local-preference (#518)
* add support for single local-preference * multiple local-preference supported now and also added unit test * chore: auto fixes from pre-commit.com hooks * added changelog * added support to handling multiple local-preference values * chore: auto fixes from pre-commit.com hooks * pushing local changes * Updated documentation * chore: auto fixes from pre-commit.com hooks * Fix argument spec to match documentation requirements * chore: auto fixes from pre-commit.com hooks * pep8 sanity correction done * fix duplicates keys * added integration tests and change the variable of local_preference_number to metric_number * chore: auto fixes from pre-commit.com hooks * Update changelogs/fragments/local_preference.yaml Co-authored-by: Sagar Paul <[email protected]> * sanity test fixed * chore: auto fixes from pre-commit.com hooks * fixed True to true * made some changes to integration tests * Delete tests/integration/inventory.networking --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Sagar Paul <[email protected]> Co-authored-by: Vinay M <[email protected]>
- Loading branch information
1 parent
b6ac704
commit 5070f32
Showing
12 changed files
with
1,109 additions
and
94 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
--- | ||
minor_changes: | ||
- Adds support for setting local-preference with plus/minus values in route policies |
Large diffs are not rendered by default.
Oops, something went wrong.
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 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 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 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 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 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 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 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
Oops, something went wrong.