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,7 +17,8 @@ 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
protocol static { protocol static {
{{ if len "${routes:-}" }}{{ range "$routes" | split "," }}route {{.}} unreachable;{{ end }}{{ end }} ipv4 { table lixonet; };
{{ if len "${routes:-}" }}{{ range "$routes" | split "," }}route {{.}} unreachable;{{ end }}{{ end }}
}; };
# Device # Device