diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-26 06:22:16 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-26 06:22:16 +0000 |
commit | 0c70278249c356e314434985d3a92b4105c88872 (patch) | |
tree | f7e16f44fb8fc7a54f84d9977711c87d9e435666 /ansible_collections/cisco/nxos/changelogs | |
parent | Adding debian version 10.0.1+dfsg-1. (diff) | |
download | ansible-0c70278249c356e314434985d3a92b4105c88872.tar.xz ansible-0c70278249c356e314434985d3a92b4105c88872.zip |
Merging upstream version 10.1.0+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/cisco/nxos/changelogs')
-rw-r--r-- | ansible_collections/cisco/nxos/changelogs/changelog.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ansible_collections/cisco/nxos/changelogs/changelog.yaml b/ansible_collections/cisco/nxos/changelogs/changelog.yaml index c0b40cc7f..6054f87e9 100644 --- a/ansible_collections/cisco/nxos/changelogs/changelog.yaml +++ b/ansible_collections/cisco/nxos/changelogs/changelog.yaml @@ -1091,3 +1091,17 @@ releases: - fix_771.yaml - trivial.yaml release_date: "2024-04-19" + 8.1.0: + changes: + bugfixes: + - nxos_l3_interfaces - fail if encapsulation exists on a different sub-interface. + - nxos_static_routes - correctly generate command when track parameter is specified. + minor_changes: + - route_maps - support 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'. + fragments: + - ana_442.yaml + - nxos_l3_interfaces.yaml + - route_maps.yaml + release_date: "2024-05-22" |