Update bird/bird.conf.tmpl
This commit is contained in:
parent
a2e4ddd428
commit
9d2cb2682d
@ -23,10 +23,7 @@ template bgp lixonet_client {
|
|||||||
|
|
||||||
# Neighbors
|
# Neighbors
|
||||||
|
|
||||||
{{ range files "bird/neighbors" }}
|
{{ range files "bird/neighbors" }} {{ if ne . "${name}" }}
|
||||||
{{ if ne . "${name}" }}
|
|
||||||
protocol bgp {{ . }} from lixonet_client {
|
protocol bgp {{ . }} from lixonet_client {
|
||||||
{{ file (print "bird/neighbors/" .) }}
|
{{ file (print "bird/neighbors/" .) }}
|
||||||
};
|
}; {{ end }} {{ end }}
|
||||||
{{ end }}
|
|
||||||
{{ end }}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user