diff options
author | uvok cheetah | 2024-04-21 17:34:40 +0200 |
---|---|---|
committer | uvok cheetah | 2024-04-21 17:34:40 +0200 |
commit | c085c5bda9ff5ab64aa721da5e69272d9df47440 (patch) | |
tree | f2ae5cbf30d55913dc0dfbb7304e7facafab56ca /roles/uvok_bird | |
parent | 0635a930f397b41ccaab42e89135f3fad9b2a275 (diff) |
Fix rpki address
Diffstat (limited to 'roles/uvok_bird')
-rw-r--r-- | roles/uvok_bird/templates/clearnet.conf.j2 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/roles/uvok_bird/templates/clearnet.conf.j2 b/roles/uvok_bird/templates/clearnet.conf.j2 index 1ced3a4..3cd2c78 100644 --- a/roles/uvok_bird/templates/clearnet.conf.j2 +++ b/roles/uvok_bird/templates/clearnet.conf.j2 @@ -23,7 +23,7 @@ protocol rpki roa_clearnet1 { protocol rpki roa_clearnet2 { roa6 { table clear_roa_v6; }; - remote 10.2.0.10; + remote 10.2.0.12; port 8282; refresh 3600; retry 600; @@ -213,7 +213,6 @@ template bgp pt_rc from pt_clearnet { multihop; # yes, use unfiltered table for export - # I wanna shame garbish announcers publically! ;) ipv6 { add paths tx; import none; |