aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--roles/space_server/files/bird.conf19
1 files changed, 0 insertions, 19 deletions
diff --git a/roles/space_server/files/bird.conf b/roles/space_server/files/bird.conf
index f3b0561..102e025 100644
--- a/roles/space_server/files/bird.conf
+++ b/roles/space_server/files/bird.conf
@@ -24,7 +24,6 @@ define svenne_asn = 62113;
define asbjorn_asn = 207727;
define hafnium_asn = 211153;
define olivia_asn = 199750;
-define rayman_asn = 198186;
define flummer_asn = 198275;
define dbras_asn = 198886;
@@ -58,11 +57,6 @@ define olivia_prefixes_v6 = [
2a0e:8f02:2210::/44{44,48}
];
-define rayman_prefixes_v6 = [
- 2001:67c:1244::/48,
- 2a0e:b107:b12::/48
-];
-
define flummer_prefixes_v6 = [
2a0e:8f02:2240::/48
];
@@ -338,19 +332,6 @@ protocol bgp olivia_ipv6 from bgp_customer {
};
}
-# BGP customer: rayman
-protocol bgp rayman_ipv6 from bgp_customer {
- local 2a01:4262:1ab:20::1 as local_asn;
- neighbor 2a01:4262:1ab:20::90 as rayman_asn;
- ipv6 {
- import limit 10 action block;
- receive limit 20 action disable;
- import keep filtered on;
- import filter { customer_import(rayman_asn, rayman_prefixes_v6); };
- export filter { customer_export_and_default(); };
- };
-}
-
# BGP customer: flummer
protocol bgp flummer_ipv6 from bgp_customer {
local 2a01:4262:1ab:20::1 as local_asn;