Fix typo
parent
4ec3e90bb9
commit
211ce5ec9e
|
|
@ -1,5 +1,5 @@
|
|||
{% set device=({'name':name,'device_role':device_role,'primary_ip4':primary_ip4,'rack':rack,'interfaces':interfaces,'peering_interfaces':peering_interfaces,'config_context':config_context}) %}
|
||||
{% import "juniper-macros-gc.j2" as junos %}
|
||||
{% import "juniper-macros.j2" as junos %}
|
||||
{{ junos.systemsection(device) }}
|
||||
{% if device_role['name'] == 'Leaf' %}
|
||||
{{ junos.chassissection(device) }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue