bird: /etc/bird/bird.conf:21:1 Channel not specified

This commit is contained in:
sump pump 2020-05-21 00:11:44 +00:00
parent c997a76a48
commit b691e86d32

View File

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