From c085c5bda9ff5ab64aa721da5e69272d9df47440 Mon Sep 17 00:00:00 2001 From: uvok cheetah Date: Sun, 21 Apr 2024 17:34:40 +0200 Subject: Fix rpki address --- roles/uvok_bird/templates/clearnet.conf.j2 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'roles') 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; -- cgit v1.2.3