From 58a78fb1a2f047c365347e97bc3a09a53cf038ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asbj=C3=B8rn=20Sloth=20T=C3=B8nnesen?= Date: Wed, 4 Jun 2025 16:14:05 +0000 Subject: space_server: bird: remove old sessions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Asbjørn Sloth Tønnesen --- roles/space_server/files/bird.conf | 100 ------------------------------------- 1 file changed, 100 deletions(-) (limited to 'roles/space_server/files') diff --git a/roles/space_server/files/bird.conf b/roles/space_server/files/bird.conf index 11b0de2..707136f 100644 --- a/roles/space_server/files/bird.conf +++ b/roles/space_server/files/bird.conf @@ -267,19 +267,6 @@ protocol bgp asbjorn_ipv4 from bgp_customer { }; } -protocol bgp asbjorn_ipv4_old from bgp_customer { - local 185.38.175.65 as local_asn; - neighbor 185.38.175.75 as asbjorn_asn; - ttl security; - ipv4 { - import limit 10 action block; - receive limit 20 action disable; - import keep filtered on; - import filter { customer_import(asbjorn_asn, asbjorn_prefixes_v4); }; - export filter { customer_export_default_only(); }; - }; -} - protocol bgp asbjorn_ipv6 from bgp_customer { local 2a00:fbe4:1ab:20::1 as local_asn; neighbor 2a00:fbe4:1ab:20::75 as asbjorn_asn; @@ -293,19 +280,6 @@ protocol bgp asbjorn_ipv6 from bgp_customer { }; } -protocol bgp asbjorn_ipv6_old from bgp_customer { - local 2a01:4262:1ab:20::1 as local_asn; - neighbor 2a01:4262:1ab:20::75 as asbjorn_asn; - ttl security; - ipv6 { - import limit 10 action block; - receive limit 20 action disable; - import keep filtered on; - import filter { customer_import(asbjorn_asn, asbjorn_prefixes_v6); }; - export filter { customer_export_default_only(); }; - }; -} - # BGP customer: svenne protocol bgp svenne_ipv4 from bgp_customer { local 45.145.93.97 as local_asn; @@ -320,19 +294,6 @@ protocol bgp svenne_ipv4 from bgp_customer { }; } -protocol bgp svenne_ipv4_old from bgp_customer { - local 185.38.175.97 as local_asn; - neighbor 185.38.175.111 as svenne_asn; - ttl security; - ipv4 { - import limit 50 action block; - receive limit 50 action disable; - import keep filtered on; - import filter { customer_import(svenne_asn, svenne_prefixes_v4); }; - export filter { customer_export_default_only(); }; - }; -} - protocol bgp svenne_ipv6 from bgp_customer { local 2a00:fbe4:1ab:21::1 as local_asn; neighbor 2a00:fbe4:1ab:21::111 as svenne_asn; @@ -346,19 +307,6 @@ protocol bgp svenne_ipv6 from bgp_customer { }; } -protocol bgp svenne_ipv6_old from bgp_customer { - local 2a01:4262:1ab:21::1 as local_asn; - neighbor 2a01:4262:1ab:21::111 as svenne_asn; - ttl security; - ipv6 { - import limit 50 action block; - receive limit 50 action disable; - import keep filtered on; - import filter { customer_import(svenne_asn, svenne_prefixes_v6); }; - export filter { customer_export_default_only(); }; - }; -} - # BGP customer: hafnium protocol bgp hafnium_ipv6 from bgp_customer { local 2a00:fbe4:1ab:20::1 as local_asn; @@ -372,18 +320,6 @@ protocol bgp hafnium_ipv6 from bgp_customer { }; } -protocol bgp hafnium_ipv6_old from bgp_customer { - local 2a01:4262:1ab:20::1 as local_asn; - neighbor 2a01:4262:1ab:20::81 as hafnium_asn; - ipv6 { - import limit 10 action block; - receive limit 20 action disable; - import keep filtered on; - import filter { customer_import(hafnium_asn, hafnium_prefixes_v6); }; - export filter { customer_export_and_default(); }; - }; -} - # BGP customer: olivia protocol bgp olivia_ipv6 from bgp_customer { local 2a00:fbe4:1ab:20::1 as local_asn; @@ -397,18 +333,6 @@ protocol bgp olivia_ipv6 from bgp_customer { }; } -protocol bgp olivia_ipv6_old from bgp_customer { - local 2a01:4262:1ab:20::1 as local_asn; - neighbor 2a01:4262:1ab:20::76 as olivia_asn; - ipv6 { - import limit 10 action block; - receive limit 20 action disable; - import keep filtered on; - import filter { customer_import(olivia_asn, olivia_prefixes_v6); }; - export filter { customer_export_and_default(); }; - }; -} - # BGP customer: flummer protocol bgp flummer_ipv6 from bgp_customer { local 2a00:fbe4:1ab:20::1 as local_asn; @@ -422,18 +346,6 @@ protocol bgp flummer_ipv6 from bgp_customer { }; } -protocol bgp flummer_ipv6_old from bgp_customer { - local 2a01:4262:1ab:20::1 as local_asn; - neighbor 2a01:4262:1ab:20::85 as flummer_asn; - ipv6 { - import limit 10 action block; - receive limit 20 action disable; - import keep filtered on; - import filter { customer_import(flummer_asn, flummer_prefixes_v6); }; - export filter { customer_export_and_default(); }; - }; -} - # BGP customer: dbras protocol bgp dbras_ipv6 from bgp_customer { local 2a00:fbe4:1ab:20::1 as local_asn; @@ -446,15 +358,3 @@ protocol bgp dbras_ipv6 from bgp_customer { export filter { customer_export_and_default(); }; }; } - -protocol bgp dbras_ipv6_old from bgp_customer { - local 2a01:4262:1ab:20::1 as local_asn; - neighbor 2a01:4262:1ab:20::82 as dbras_asn; - ipv6 { - import limit 10 action block; - receive limit 20 action disable; - import keep filtered on; - import filter { customer_import(dbras_asn, dbras_prefixes_v6); }; - export filter { customer_export_and_default(); }; - }; -} -- cgit v1.2.1