summaryrefslogtreecommitdiff
path: root/roles/uvok_bird
diff options
context:
space:
mode:
Diffstat (limited to 'roles/uvok_bird')
-rw-r--r--roles/uvok_bird/templates/clear_rpki.conf.j26
1 files changed, 4 insertions, 2 deletions
diff --git a/roles/uvok_bird/templates/clear_rpki.conf.j2 b/roles/uvok_bird/templates/clear_rpki.conf.j2
index 97f869c..80d6207 100644
--- a/roles/uvok_bird/templates/clear_rpki.conf.j2
+++ b/roles/uvok_bird/templates/clear_rpki.conf.j2
@@ -7,7 +7,8 @@ protocol rpki roa_clearnet1 {
remote {{ uvok_bird_opts.rpki1 }};
port 8282;
refresh 3600;
- retry 600;
+ # initial retry time - for Babel routes to propagate
+ retry 5;
expire 7200;
}
@@ -16,6 +17,7 @@ protocol rpki roa_clearnet2 {
remote {{ uvok_bird_opts.rpki2 }};
port 8282;
refresh 3600;
- retry 600;
+ # initial retry time - for Babel routes to propagate
+ retry 5;
expire 7200;
}