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/" .) }}