The vlan_parser from netcommon considers to add a dash if there a more than 2 consecutive vlans. OS6 needs a dash already if two or more consecutive vlans are configured.
Dell OS6 has a special vlan config. Thus the vlan_parser from netcommon will not work.
SUMMARY
Dell OS6 vlan config uses as dash if there are 2 (instead of 3) or more consecutive vlans.
ISSUE TYPE
COMPONENT NAME
ansible.netcommon/plugins/filter/network.py: vlan_parser()
ADDITIONAL INFORMATION
The vlan_parser from netcommon considers to add a dash if there a more than 2 consecutive vlans. OS6 needs a dash already if two or more consecutive vlans are configured. Dell OS6 has a special vlan config. Thus the vlan_parser from netcommon will not work.