diff options
author | Asbjørn Sloth Tønnesen <asbjorn@labitat.dk> | 2021-06-18 21:37:36 +0000 |
---|---|---|
committer | Asbjørn Sloth Tønnesen <asbjorn@labitat.dk> | 2021-06-18 22:40:15 +0000 |
commit | 512f7dc6837f140f5549e58d8a5ef8014fe0b52e (patch) | |
tree | 73fb53b17c399a6e0a3a1918311c86b3614ea9c6 | |
parent | b4c4a41b2b9f7ac70fec575c7badef0ec937f1a3 (diff) | |
download | labitat-ansible-512f7dc6837f140f5549e58d8a5ef8014fe0b52e.tar.gz labitat-ansible-512f7dc6837f140f5549e58d8a5ef8014fe0b52e.tar.xz labitat-ansible-512f7dc6837f140f5549e58d8a5ef8014fe0b52e.zip |
space_server: bird: remove old prefix lists
Now that we use communities, we don't need this prefix filter
anymore, only the per-customer prefix filters.
-rw-r--r-- | roles/space_server/files/bird.conf | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/roles/space_server/files/bird.conf b/roles/space_server/files/bird.conf index c387b8c..31904f2 100644 --- a/roles/space_server/files/bird.conf +++ b/roles/space_server/files/bird.conf @@ -24,20 +24,6 @@ define asbjorn_asn = 207727; define graffen_asn = 209616; define hafnium_asn = 211153; -define local_prefixes_v4 = [ - 185.38.175.0/24, - 194.165.56.0/24, - 194.165.58.0/24 -]; - -define local_prefixes_v6 = [ - 2a01:4262:1ab::/48, - 2a10:2a80:ac::/48, - 2a10:2a80:1ab::/48, - 2001:678:15c::/48, - 2a0e:8f02:f034::/48 -]; - define asbjorn_prefixes_v4 = [ 194.165.56.0/24, 194.165.58.0/24 |