mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Generalize config retrieval in ios_l3_interface module (#45270)
This makes it work with Cisco 3750E.
This commit is contained in:
committed by
Trishna Guha
parent
a6c20488d3
commit
30314c15c7
@@ -218,7 +218,7 @@ def map_obj_to_commands(updates, module):
|
||||
|
||||
|
||||
def map_config_to_obj(module):
|
||||
config = get_config(module, flags=['| section interface'])
|
||||
config = get_config(module)
|
||||
configobj = NetworkConfig(indent=1, contents=config)
|
||||
|
||||
match = re.findall(r'^interface (\S+)', config, re.M)
|
||||
|
||||
Reference in New Issue
Block a user