From 8ee6a448d7d4712a530ab96ac06b836b2df58e82 Mon Sep 17 00:00:00 2001 From: sump pump Date: Thu, 21 May 2020 21:43:07 +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 1f48cb4..ff9c578 100644 --- a/bird/bird.conf.tmpl +++ b/bird/bird.conf.tmpl @@ -204,7 +204,7 @@ template bgp lixonet_client { }; # Neighbors -{{ range files "bird/neighbors" }} {{ if ne . "${tinc_peer_name}" }} +{{ range files "bird/peers" }} {{ if ne . "${tinc_peer_name}" }} protocol bgp {{ . }} from lixonet_client { description "Lixonet BGP link to {{ . }}"; {{ include (print "bird/neighbors/" .) }}