mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-10 19:01:14 +00:00
* Fixed Retrieving All IPv4 Addresses on L3 Interfaces The ios_facts module retrieving the interface subnet, would only get the primary IPv4 address on the interface and would not capture all the secondary IPs (ones that I would be set by "ip address x.x.x.x x.x.x.x secondary"). This was tested and confirmed to work on a Cisco 6500 with IOS 15.1(2)SY6. * Fixed whitespace and if statement issues for sanity. * Fixed spacing because sanity.