From caa3a3618b2409aafd087bb1fbf8ea785f87cad7 Mon Sep 17 00:00:00 2001 From: Trishna Guha Date: Thu, 26 Oct 2017 20:30:45 +0530 Subject: [PATCH] Add networking bug fixes to changelog (#32201) Signed-off-by: Trishna Guha --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b2ec7cd98..453ac97a5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -61,6 +61,21 @@ Ansible Changes By Release (https://github.com/ansible/ansible/pull/30747) * When creating a new use via eos_user, create the user before setting the user's privilege level: (https://github.com/ansible/ansible/pull/32162) +* Fixes nxos_portchannel idempotence failure on N1 images: + (https://github.com/ansible/ansible/pull/31057) +* Remove provider from prepare_ios_tests integration test: + (https://github.com/ansible/ansible/pull/31038) +* Fix nxos_acl change ports to non well known ports and drop time_range for N1: + (https://github.com/ansible/ansible/pull/31261) +* Fix nxos_banner removal idempotence issue in N1 images: + (https://github.com/ansible/ansible/pull/31259) +* Return error message back to the module + (https://github.com/ansible/ansible/pull/31035) +* Fix nxos_igmp_snooping idempotence: + (https://github.com/ansible/ansible/pull/31688) +* NXOS integration test nxos_file_copy, nxos_igmp, nxos_igmp_interface + nxos_igmp_snooping, nxos_ntp_auth, nxos_ntp_options: + (https://github.com/ansible/ansible/pull/29030)