diff --git a/juniper-vxlan.j2 b/juniper-vxlan.j2 index df4956c..771b882 100644 --- a/juniper-vxlan.j2 +++ b/juniper-vxlan.j2 @@ -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) }}