mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-03 06:49:10 -07:00
If the module is set to absent, read all possible configurations and remove them. i.e. not just do a 'no switchport', as leaving around other options make the logic handling harder. If the user wants to remove switchport, remove all config for the interface and finally push a 'no switchport'. Also, I needed to map all possible params from interface regardless if state is absent or present, so I can later detect what I need to remove in case of absent. |
||
---|---|---|
.. | ||
__init__.py | ||
eos_banner.py | ||
eos_command.py | ||
eos_config.py | ||
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 |