From 26e5c6857d89089c3577f6a228ed5edb9b9c6e71 Mon Sep 17 00:00:00 2001 From: sump pump Date: Thu, 21 May 2020 03:21:45 +0000 Subject: [PATCH] Update bird/bird.conf.tmpl --- bird/bird.conf.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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};