From ddf018c4f9865cd98d9ead485622b2401affdbb9 Mon Sep 17 00:00:00 2001 From: Daniel Ankers Date: Fri, 28 Jun 2024 15:24:56 +0100 Subject: [PATCH] Fix not equals sign --- juniper-macros.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/juniper-macros.j2 b/juniper-macros.j2 index c612c73..a060c1f 100644 --- a/juniper-macros.j2 +++ b/juniper-macros.j2 @@ -117,7 +117,7 @@ chassis { } } {% endif %} -{% if interface.mode <> '' %} +{% if interface.mode != '' %} unit 0 { family ethernet-switching { {% if interface.mode=='ACCESS' %}