diff options
Diffstat (limited to 'roles/uvok_bird/files')
-rw-r--r-- | roles/uvok_bird/files/clear_rpki.conf | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/roles/uvok_bird/files/clear_rpki.conf b/roles/uvok_bird/files/clear_rpki.conf deleted file mode 100644 index d034889..0000000 --- a/roles/uvok_bird/files/clear_rpki.conf +++ /dev/null @@ -1,21 +0,0 @@ -# managed by Ansible - -roa6 table clear_roa_v6; - -protocol rpki roa_clearnet1 { - roa6 { table clear_roa_v6; }; - remote 10.2.0.1; - port 8282; - refresh 3600; - retry 600; - expire 7200; -} - -protocol rpki roa_clearnet2 { - roa6 { table clear_roa_v6; }; - remote 10.2.0.12; - port 8282; - refresh 3600; - retry 600; - expire 7200; -} |