Update bird/bird.conf.tmpl

This commit is contained in:
sump pump 2020-05-21 00:12:47 +00:00
parent b691e86d32
commit ded782fd1a

View File

@ -16,6 +16,7 @@ router id ${address};
# Static routes
# Define propagated routes here from the lixonet.conf "routes" variable
ipv4 table lixonet;
protocol static {
ipv4 { table lixonet; };
{{ if len "${routes:-}" }}{{ range "$routes" | split "," }}route {{.}} unreachable;{{ end }}{{ end }}