ansible-collections / dellemc.os6

GNU General Public License v3.0
8 stars 13 forks source link

vlan parser for dellos6 #58

Open lagrip opened 1 year ago

lagrip commented 1 year ago
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.