Fix TAGGED_ALL not working

main
Daniel Ankers 2024-01-22 13:24:04 +00:00
parent e11b54d16c
commit 86095bd437
1 changed files with 5 additions and 0 deletions

View File

@ -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;
}