From a18a1dc00b65da0272638e08b618ce534df56ad4 Mon Sep 17 00:00:00 2001 From: aapostoliuk Date: Mon, 27 Jan 2025 18:49:57 +0200 Subject: nhrp: T2326: Fixed jinja template to generate NHRP config Removed an unnecessary command that caused an error when creating a configuration with VRF and NHRP. --- data/templates/frr/nhrpd.frr.j2 | 2 -- 1 file changed, 2 deletions(-) (limited to 'data/templates') diff --git a/data/templates/frr/nhrpd.frr.j2 b/data/templates/frr/nhrpd.frr.j2 index 2b2aba256..813a9384b 100644 --- a/data/templates/frr/nhrpd.frr.j2 +++ b/data/templates/frr/nhrpd.frr.j2 @@ -58,5 +58,3 @@ exit {% endfor %} {% endif %} ! -exit -! -- cgit v1.2.3