Update bird/bird.conf.tmpl
This commit is contained in:
parent
47f811eaee
commit
71a50d3d0d
@ -208,5 +208,5 @@ 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/" .) }}
|
{{ include (print "bird/neighbors/" .) }}
|
||||||
};{{ end }}{{ end }}
|
};{{ end }}{{ end }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user