diff options
author | Hafnium <haf@hafnium.me> | 2022-02-28 18:54:38 +0100 |
---|---|---|
committer | Hafnium <haf@hafnium.me> | 2022-02-28 18:54:38 +0100 |
commit | 11abdf37a36cb6c7f66920430c27235a05eec608 (patch) | |
tree | 8c7f46c175ad7765e4a1efc2ef3bf8d285efc0a4 /roles/space_server/files | |
parent | 8ab6a454526a0ab4ed8866565441ebf7279e8418 (diff) | |
download | labitat-ansible-11abdf37a36cb6c7f66920430c27235a05eec608.tar.gz labitat-ansible-11abdf37a36cb6c7f66920430c27235a05eec608.tar.xz labitat-ansible-11abdf37a36cb6c7f66920430c27235a05eec608.zip |
space_server: bird: add IPv6 prefix for Hafnium
Diffstat (limited to 'roles/space_server/files')
-rw-r--r-- | roles/space_server/files/bird.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/roles/space_server/files/bird.conf b/roles/space_server/files/bird.conf index 637d452..942d5a7 100644 --- a/roles/space_server/files/bird.conf +++ b/roles/space_server/files/bird.conf @@ -44,7 +44,8 @@ define graffen_prefixes_v6 = [ define hafnium_prefixes_v6 = [ 2a0e:8f02:f034::/48, - 2a0e:8f02:2190::/48 + 2a0e:8f02:2190::/48, + 2a0e:8f02:2191::/48 ]; # large communities |