community.general/lib/ansible/modules/network/eos
José R Cordones d3cc2f803a Update eos_config.py (#45810)
Switches will accept the previously used syntax for /32 ACL entries, but they get changed to host ipaddress in the config file.
This results in the config check failing every time (permit ip 1.1.1.1/32 any log != permit ip host 1.1.1.1 any log), resulting in the ACL getting re-created on every single run of the Playbook.
Making this proposed change to the example will make it work in an idempotent manner.
+label: docsite_pr
2018-10-10 16:47:11 -04:00
..
__init__.py
eos_banner.py
eos_command.py
eos_config.py Update eos_config.py (#45810) 2018-10-10 16:47:11 -04:00
eos_eapi.py
eos_facts.py
eos_interface.py
eos_l2_interface.py
eos_l3_interface.py
eos_linkagg.py
eos_lldp.py
eos_logging.py
eos_static_route.py
eos_system.py
eos_user.py
eos_vlan.py
eos_vrf.py