summaryrefslogtreecommitdiff
path: root/roles
diff options
context:
space:
mode:
Diffstat (limited to 'roles')
-rw-r--r--roles/uvok_bird/templates/clear_rpki.conf.j22
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/uvok_bird/templates/clear_rpki.conf.j2 b/roles/uvok_bird/templates/clear_rpki.conf.j2
index 80d6207..37833fc 100644
--- a/roles/uvok_bird/templates/clear_rpki.conf.j2
+++ b/roles/uvok_bird/templates/clear_rpki.conf.j2
@@ -10,6 +10,7 @@ protocol rpki roa_clearnet1 {
# initial retry time - for Babel routes to propagate
retry 5;
expire 7200;
+ max version 1;
}
protocol rpki roa_clearnet2 {
@@ -20,4 +21,5 @@ protocol rpki roa_clearnet2 {
# initial retry time - for Babel routes to propagate
retry 5;
expire 7200;
+ max version 1;
}