Update bird/bird.conf.tmpl
This commit is contained in:
parent
ba288172a5
commit
26e5c6857d
@ -24,9 +24,9 @@ roa4 table r4; # ROA RPKI
|
|||||||
protocol rpki {
|
protocol rpki {
|
||||||
roa4 { table r4; };
|
roa4 { table r4; };
|
||||||
|
|
||||||
{{ range files "bird/rpki/hosts" }} {{ if ne . "${name}" }}# {{.}}
|
{{ range files "bird/rpki/hosts" }} # {{.}}
|
||||||
{{ file (print "bird/rpki/" .) }}
|
{{ file (print "bird/rpki/hosts" .) }}
|
||||||
{{ end }}{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
# Time period in seconds between a failed query the next attempt
|
# Time period in seconds between a failed query the next attempt
|
||||||
retry keep ${bgp_rpki_retry:-90};
|
retry keep ${bgp_rpki_retry:-90};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user