bird: /etc/bird/bird.conf:19:1 syntax error, unexpected CF_SYM_UNDEFINED
This commit is contained in:
parent
208e870b53
commit
c997a76a48
@ -16,9 +16,9 @@ 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
|
||||||
protocl static {
|
protocol static {
|
||||||
{{ if len "${routes:-}" }}{{ range "$routes" | split "," }}route {{.}} unreachable;{{ end }}{{ end }}
|
{{ if len "${routes:-}" }}{{ range "$routes" | split "," }}route {{.}} unreachable;{{ end }}{{ end }}
|
||||||
}
|
};
|
||||||
|
|
||||||
# Device
|
# Device
|
||||||
# See: https://bird.network.cz/?get_doc&v=20&f=bird-6.html#ss6.4
|
# See: https://bird.network.cz/?get_doc&v=20&f=bird-6.html#ss6.4
|
||||||
@ -48,7 +48,7 @@ protocol kernel { # Primary routing table
|
|||||||
import none; # Don't try to import any routes from the kernel
|
import none; # Don't try to import any routes from the kernel
|
||||||
export all; # Export everything we are told to the kernel
|
export all; # Export everything we are told to the kernel
|
||||||
};
|
};
|
||||||
}
|
};
|
||||||
|
|
||||||
# Filters
|
# Filters
|
||||||
# Define a series of filters for Lixonet routing policies:
|
# Define a series of filters for Lixonet routing policies:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user