Update bird/bird.conf.tmpl
This commit is contained in:
parent
62963abe31
commit
7a2dfd5e73
@ -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;
|
|
||||||
};
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user