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