diff options
author | uvok cheetah | 2025-01-09 15:14:04 +0100 |
---|---|---|
committer | uvok cheetah | 2025-01-09 15:14:04 +0100 |
commit | 64ca9bcd7ba25f53a7d9f1535b33523644c686f2 (patch) | |
tree | b1e06e432a6af3dc69f097ea7242b24cded22bcb /roles | |
parent | c1f4786ae0278596c8c90fc824e266b1b06e8b73 (diff) |
Diffstat (limited to 'roles')
-rw-r--r-- | roles/uvok_bird/templates/clear_rpki.conf.j2 | 2 |
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; } |