changelog

Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
pull/49749/head
Trishna Guha 6 years ago committed by Matt Clay
parent deac323c48
commit 61263a357c

@ -0,0 +1,4 @@
bugfixes:
- Fix NameError nxos_facts (https://github.com/ansible/ansible/pull/48981).
- Fix N3K power supply facts (https://github.com/ansible/ansible/pull/49150).
- Fix lldp and cdp neighbors information (https://github.com/ansible/ansible/pull/48318)(https://github.com/ansible/ansible/pull/48087)(https://github.com/ansible/ansible/pull/49024).

@ -0,0 +1,2 @@
bugfixes:
- Fix issues with nxos_install_os module for nxapi (https://github.com/ansible/ansible/pull/48811).

@ -0,0 +1,2 @@
bugfixes:
- Fix nxos_interface and nxos_linkagg Idempotence issue (https://github.com/ansible/ansible/pull/46437).

@ -416,7 +416,6 @@ class Interfaces(FactsBase):
self.facts['neighbors'].pop(None, None) # Remove null key
def populate_structured_interfaces(self, data):
interfaces = dict()
for item in data['TABLE_interface']['ROW_interface']:

Loading…
Cancel
Save