Update bird/bird.conf.tmpl

This commit is contained in:
sump pump 2020-04-28 05:15:32 +00:00
parent e3b386606e
commit 6013ea2934

View File

@ -24,6 +24,6 @@ template bgp lixonet_client {
{{ range files "bird/neighbors" }} {{ if ne . "${name}" }} {{ range files "bird/neighbors" }} {{ if ne . "${name}" }}
protocol bgp {{ . }} from lixonet_client { protocol bgp {{ . }} from lixonet_client {
description "Lixonet BGP link from ${address} (ASN: {$asn}) to {{ . }}"; description "Lixonet BGP link from ${address} (ASN: ${asn}) to {{ . }}";
{{ file (print "bird/neighbors/" .) }} {{ file (print "bird/neighbors/" .) }}
}; {{ end }} {{ end }} }; {{ end }} {{ end }}