-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[nxos_bgp_global] - Add fix for local as options (#885)
* add fix for local as options * remove debug statements * chore: auto fixes from pre-commit.com hooks * fix argspec * update other local_as * chore: auto fixes from pre-commit.com hooks * fix docs * config and argspec * add UT and changelog * chore: auto fixes from pre-commit.com hooks * check changes * chore: auto fixes from pre-commit.com hooks * remove debug statement * fix tests * remove debug statements --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
9f55a32
commit 95e11a8
Showing
8 changed files
with
2,857 additions
and
16 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,6 @@ | ||
--- | ||
minor_changes: | ||
- nxos_bgp_global - Deprecate local_as with local_as_config which | ||
supports more configuration attributes, under neighbor. | ||
doc_changes: | ||
- nxos_bgp_global - Marks local_as under neighbor deprecated, and some documentation corrections. |
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.