ansible-collections.communi.../tests/unit/plugins/modules
Jan-Philipp Litza d26dfa16c7 facts: Allow multiple entries per iface (#6)
* facts: Allow multiple entries per iface

There can be multiple addresses per interface, as well as multiple
neighbors.

This changes the format of "ansible_net_neighbors" to list instead of
dict, because the old format could not store multiple neighbors per
interface.

Also, this fixes a crash when the ipv6 module is not loaded, because the
error "bad command name" was being parsed with interface=None

* facts: Fix tests

* facts: Add changelog fragment
2020-10-26 15:18:40 +01:00
..
fixtures Add networking (#1) 2020-10-26 15:18:40 +01:00
__init__.py Add networking (#1) 2020-10-26 15:18:40 +01:00
routeros_module.py Add networking (#1) 2020-10-26 15:18:40 +01:00
test_command.py Add networking (#1) 2020-10-26 15:18:40 +01:00
test_facts.py facts: Allow multiple entries per iface (#6) 2020-10-26 15:18:40 +01:00