mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Fix_dellos6_minor_issues (#52981)
* Fix_dellos6_minor_issues * Fix_changes
This commit is contained in:
parent
e2d92e82c4
commit
1e5b8b3028
2 changed files with 6 additions and 6 deletions
|
@ -146,15 +146,16 @@ def get_sublevel_config(running_config, module):
|
|||
|
||||
def os6_parse(lines, indent=None, comment_tokens=None):
|
||||
sublevel_cmds = [
|
||||
re.compile(r'^vlan.*$'),
|
||||
re.compile(r'^vlan !(priority).*$'),
|
||||
re.compile(r'^stack.*$'),
|
||||
re.compile(r'^interface.*$'),
|
||||
re.compile(r'datacenter-bridging.*$'),
|
||||
re.compile(r'line (console|telnet|ssh).*$'),
|
||||
re.compile(r'ip ssh !(server).*$'),
|
||||
re.compile(r'ip (dhcp|vrf).*$'),
|
||||
re.compile(r'ip dhcp pool.*$'),
|
||||
re.compile(r'ip vrf !(forwarding).*$'),
|
||||
re.compile(r'(ip|mac|management|arp) access-list.*$'),
|
||||
re.compile(r'ipv6 (dhcp|router).*$'),
|
||||
re.compile(r'ipv6 (dhcp pool|router).*$'),
|
||||
re.compile(r'mail-server.*$'),
|
||||
re.compile(r'vpc domain.*$'),
|
||||
re.compile(r'router.*$'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue