Update bird/bird.conf.tmpl

This commit is contained in:
sump pump 2020-05-21 03:21:45 +00:00
parent ba288172a5
commit 26e5c6857d

View File

@ -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};