Update bird/bird.conf.tmpl

This commit is contained in:
sump pump 2020-04-28 05:10:33 +00:00
parent 62963abe31
commit 7a2dfd5e73

View File

@ -22,13 +22,9 @@ template bgp lixonet_client {
}; };
{{ range files "bird/neighbors" }} {{ range files "bird/neighbors" }}
{{ if ne . "${name}" }}
protocol bgp lkwco_mane_lixo from lixonet_client { protocol bgp {{ . }} from lixonet_client {
{{ file (print "bird/neighbors/" .) }} {{ file (print "bird/neighbors/" .) }}
}; };
{{ end }} {{ end }}
{{ end }}
protocol bgp denco_mane_lixo from lixonet_client {
neighbor 172.30.0.8 as 4206969008;
};