Update bird/bird.conf.tmpl
This commit is contained in:
parent
b691e86d32
commit
ded782fd1a
@ -16,6 +16,7 @@ router id ${address};
|
|||||||
|
|
||||||
# Static routes
|
# Static routes
|
||||||
# Define propagated routes here from the lixonet.conf "routes" variable
|
# Define propagated routes here from the lixonet.conf "routes" variable
|
||||||
|
ipv4 table lixonet;
|
||||||
protocol static {
|
protocol static {
|
||||||
ipv4 { table lixonet; };
|
ipv4 { table lixonet; };
|
||||||
{{ if len "${routes:-}" }}{{ range "$routes" | split "," }}route {{.}} unreachable;{{ end }}{{ end }}
|
{{ if len "${routes:-}" }}{{ range "$routes" | split "," }}route {{.}} unreachable;{{ end }}{{ end }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user