Update bird/bird.conf.tmpl

This commit is contained in:
sump pump 2020-05-21 21:43:07 +00:00
parent eec715adf6
commit 8ee6a448d7

View File

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