From 71a50d3d0d38ffc5442c409119efd97b435c34c2 Mon Sep 17 00:00:00 2001 From: sump pump Date: Thu, 21 May 2020 05:32:14 +0000 Subject: [PATCH] Update bird/bird.conf.tmpl --- bird/bird.conf.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bird/bird.conf.tmpl b/bird/bird.conf.tmpl index 4fb9ff1..0d24c49 100644 --- a/bird/bird.conf.tmpl +++ b/bird/bird.conf.tmpl @@ -208,5 +208,5 @@ template bgp lixonet_client { {{ range files "bird/neighbors" }} {{ if ne . "${name}" }} protocol bgp {{ . }} from lixonet_client { description "Lixonet BGP link from ${address} (ASN: ${asn}) to {{ . }}"; - {{ file (print "bird/neighbors/" .) }} + {{ include (print "bird/neighbors/" .) }} };{{ end }}{{ end }}