You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The os10_vlan role supports use of "vlan range <0-xxx>" when assigning multiple VLANs to ports/interfaces using "tagged_members" or "untagged_members".
When simply defining a VLAN (interface vlan 123), which is necessary to be used afterwards, this option is not given, but os10 supports this in the same way by using "vlan range ...".
ISSUE TYPE
Feature Idea
COMPONENT NAME
os10_vlan
ADDITIONAL INFORMATION
Simple fix - adjusting jinja template roles/os10_vlan/templates/os10_vlan.j2:
(left current version. right, my idea and tested in my environment)
48c48< no interface vlan{{ vlan_id[1] }}---> no interface range vlan{{ vlan_id[1] }}50c50< interface vlan{{ vlan_id[1] }}---> interface range vlan{{ vlan_id[1] }}
The text was updated successfully, but these errors were encountered:
SUMMARY
The os10_vlan role supports use of "vlan range <0-xxx>" when assigning multiple VLANs to ports/interfaces using "tagged_members" or "untagged_members".
When simply defining a VLAN (interface vlan 123), which is necessary to be used afterwards, this option is not given, but os10 supports this in the same way by using "vlan range ...".
ISSUE TYPE
COMPONENT NAME
os10_vlan
ADDITIONAL INFORMATION
Simple fix - adjusting jinja template roles/os10_vlan/templates/os10_vlan.j2:
(left current version. right, my idea and tested in my environment)
The text was updated successfully, but these errors were encountered: