diff options
author | Asbjørn Sloth Tønnesen <asbjorn@labitat.dk> | 2025-06-04 16:14:05 +0000 |
---|---|---|
committer | Asbjørn Sloth Tønnesen <asbjorn@labitat.dk> | 2025-06-04 16:44:30 +0000 |
commit | 58a78fb1a2f047c365347e97bc3a09a53cf038ac (patch) | |
tree | 4a737ec20f993228160ea6f57101697f3be35ae8 | |
parent | 408d66c00e2c88fbc3d4831c2cda0d0449131a96 (diff) | |
download | labitat-ansible-58a78fb1a2f047c365347e97bc3a09a53cf038ac.tar.gz labitat-ansible-58a78fb1a2f047c365347e97bc3a09a53cf038ac.tar.xz labitat-ansible-58a78fb1a2f047c365347e97bc3a09a53cf038ac.zip |
space_server: bird: remove old sessions
Signed-off-by: Asbjørn Sloth Tønnesen <asbjorn@labitat.dk>
-rw-r--r-- | roles/space_server/files/bird.conf | 100 |
1 files changed, 0 insertions, 100 deletions
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(); }; - }; -} |