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
|
# 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 {
|
||||||
|
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