From 211ce5ec9ea975c548988349f1f5904c122a78c1 Mon Sep 17 00:00:00 2001 From: Daniel Ankers Date: Thu, 26 Oct 2023 21:51:16 +0100 Subject: [PATCH] Fix typo --- juniper-vxlan.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }}