Update bird/bird.conf.tmpl
This commit is contained in:
parent
8ee6a448d7
commit
99eacecb23
@ -207,5 +207,5 @@ template bgp lixonet_client {
|
|||||||
{{ range files "bird/peers" }} {{ if ne . "${tinc_peer_name}" }}
|
{{ range files "bird/peers" }} {{ if ne . "${tinc_peer_name}" }}
|
||||||
protocol bgp {{ . }} from lixonet_client {
|
protocol bgp {{ . }} from lixonet_client {
|
||||||
description "Lixonet BGP link to {{ . }}";
|
description "Lixonet BGP link to {{ . }}";
|
||||||
{{ include (print "bird/neighbors/" .) }}
|
{{ include (print "bird/peers/" .) }}
|
||||||
};{{ end }}{{ end }}
|
};{{ end }}{{ end }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user