Update bird/bird.conf.tmpl

This commit is contained in:
sump pump 2020-05-21 21:43:18 +00:00
parent 8ee6a448d7
commit 99eacecb23

View File

@ -207,5 +207,5 @@ template bgp lixonet_client {
{{ range files "bird/peers" }} {{ if ne . "${tinc_peer_name}" }}
protocol bgp {{ . }} from lixonet_client {
description "Lixonet BGP link to {{ . }}";
{{ include (print "bird/neighbors/" .) }}
{{ include (print "bird/peers/" .) }}
};{{ end }}{{ end }}