Fix TAGGED_ALL not working
parent
e11b54d16c
commit
86095bd437
|
|
@ -130,6 +130,11 @@ chassis {
|
||||||
vlan {
|
vlan {
|
||||||
members [ {% for vlan in interface['tagged_vlans'] %}{{ vlan['vid'] }} {% endfor %}];
|
members [ {% for vlan in interface['tagged_vlans'] %}{{ vlan['vid'] }} {% endfor %}];
|
||||||
}
|
}
|
||||||
|
{% elif interface['mode']=='TAGGED_ALL' %}
|
||||||
|
interface-mode trunk;
|
||||||
|
vlan {
|
||||||
|
members [ all ];
|
||||||
|
}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
storm-control default;
|
storm-control default;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue