From 38a07f013ea45213cbc6603fc99581eb11648bd0 Mon Sep 17 00:00:00 2001 From: Daniel Ankers Date: Wed, 7 Feb 2024 15:40:48 +0000 Subject: [PATCH] Fix typo --- juniper-macros.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/juniper-macros.j2 b/juniper-macros.j2 index e85ec85..b2f48dd 100644 --- a/juniper-macros.j2 +++ b/juniper-macros.j2 @@ -312,7 +312,7 @@ routing-options { collector {{ collector }}; {% endfor %} {% for interface in device['config_context']['sflow']['interfaces'] %} - interface {{ interface }}.0; + interfaces {{ interface }}.0; {% endfor %} } {% endif %}