Fix device role
parent
d771421e93
commit
e2f58ebd8f
|
|
@ -125,7 +125,7 @@ chassis {
|
|||
}
|
||||
}
|
||||
{% endif %}
|
||||
{% if device.role.name in ['Leaf','Spine'] %}
|
||||
{% if interface.device.role.name in ['Leaf','Spine'] %}
|
||||
{% if interface.mode != '' %}
|
||||
unit 0 {
|
||||
family ethernet-switching {
|
||||
|
|
|
|||
Loading…
Reference in New Issue