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 {
|
||||
roa4 { table r4; };
|
||||
|
||||
{{ range files "bird/rpki/hosts" }} {{ if ne . "${name}" }}# {{.}}
|
||||
{{ file (print "bird/rpki/" .) }}
|
||||
{{ end }}{{ end }}
|
||||
{{ range files "bird/rpki/hosts" }} # {{.}}
|
||||
{{ file (print "bird/rpki/hosts" .) }}
|
||||
{{ end }}
|
||||
|
||||
# Time period in seconds between a failed query the next attempt
|
||||
retry keep ${bgp_rpki_retry:-90};
|
||||
|
Loading…
x
Reference in New Issue
Block a user