diff options
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; |