Fix device role
parent
e2f58ebd8f
commit
7f54dc2961
|
|
@ -148,7 +148,7 @@ chassis {
|
|||
storm-control default;
|
||||
}
|
||||
}
|
||||
{% elif device.role.name in ['Provider Core'] %}
|
||||
{% elif interface.device.role.name in ['Provider Core'] %}
|
||||
{% if interface.tags.filter(name__in=['vpls-edge']).count() %}
|
||||
{% for vlan in interface.tagged_vlans %}
|
||||
unit {{ vlan.vid }} {
|
||||
|
|
|
|||
Loading…
Reference in New Issue