-
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.
Fixes Resource module cisco.nxos.nxos_acls is not correctly convertin…
…g the ports under port_protocol range keys (#888) * bugfix/acl port protocol lookup for range start and end * Create bugfix_vrf_range_resolution.yml Create Changelog Fragment * chore: auto fixes from pre-commit.com hooks * updates * chore: auto fixes from pre-commit.com hooks * add unit test case * chore: auto fixes from pre-commit.com hooks * update test * allow non-numeric values to pass through as strings * chore: auto fixes from pre-commit.com hooks * allow non-numeric values to pass through as strings * chore: auto fixes from pre-commit.com hooks * fix test * chore: auto fixes from pre-commit.com hooks --------- 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: Ruchi Pakhle <[email protected]>
- Loading branch information
1 parent
72225be
commit abed08a
Showing
3 changed files
with
65 additions
and
11 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 @@ | ||
--- | ||
bugfixes: | ||
- "acls - Fix lookup of range port conversion from int to string to allow strings (https://github.com/ansible-collections/cisco.nxos/pull/888)." |
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