community.general/lib/ansible/module_utils/facts/network
Adrian Likins dde3dac9f8 Support NetBSD 7.1+ style ifconfig -a output (#25442)
* Support NetBSD 7.1+ style ifconfig -a output

network facts on NetBSD after 7.1 cvs would fail
because of format changes in 'ifconfig -a' output.

update code to support new and old format.

add unit tests for both based on
examples from Bruce V Chiarelli.

* wrap use of interfaces.keys() in list() for py3 compat
* sort interface ids for stability
2017-06-08 17:09:22 -04:00
..
__init__.py Facts Refresh (2.4 roadmap) (#23012) 2017-06-01 11:17:49 -04:00
aix.py Facts Refresh (2.4 roadmap) (#23012) 2017-06-01 11:17:49 -04:00
base.py Facts Refresh (2.4 roadmap) (#23012) 2017-06-01 11:17:49 -04:00
darwin.py Facts Refresh (2.4 roadmap) (#23012) 2017-06-01 11:17:49 -04:00
dragonfly.py Facts Refresh (2.4 roadmap) (#23012) 2017-06-01 11:17:49 -04:00
freebsd.py Facts Refresh (2.4 roadmap) (#23012) 2017-06-01 11:17:49 -04:00
generic_bsd.py Support NetBSD 7.1+ style ifconfig -a output (#25442) 2017-06-08 17:09:22 -04:00
hpux.py Facts Refresh (2.4 roadmap) (#23012) 2017-06-01 11:17:49 -04:00
hurd.py Facts Refresh (2.4 roadmap) (#23012) 2017-06-01 11:17:49 -04:00
linux.py Facts Refresh (2.4 roadmap) (#23012) 2017-06-01 11:17:49 -04:00
netbsd.py Facts Refresh (2.4 roadmap) (#23012) 2017-06-01 11:17:49 -04:00
openbsd.py Facts Refresh (2.4 roadmap) (#23012) 2017-06-01 11:17:49 -04:00
sunos.py Facts Refresh (2.4 roadmap) (#23012) 2017-06-01 11:17:49 -04:00