bird: /etc/bird/bird.conf:21:1 Channel not specified
This commit is contained in:
parent
c997a76a48
commit
b691e86d32
@ -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 }}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user