diff --git a/bird/bird.conf.tmpl b/bird/bird.conf.tmpl index c028265..897fb97 100644 --- a/bird/bird.conf.tmpl +++ b/bird/bird.conf.tmpl @@ -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};