Update bird/bird.conf.tmpl

This commit is contained in:
sump pump 2020-05-21 05:32:14 +00:00
parent 47f811eaee
commit 71a50d3d0d

View File

@ -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 }}