aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAsbjørn Sloth Tønnesen <asbjorn@labitat.dk>2025-04-24 21:59:47 +0000
committerAsbjørn Sloth Tønnesen <asbjorn@labitat.dk>2025-04-24 21:59:50 +0000
commitfdc7a19e76c4a28a59c983048526496964e8ab62 (patch)
tree77c6c105655d37eebb0a99876a5056ced0750ba0
parent8e0c075e989ef78a1bb34de92b446e912080a3fd (diff)
downloadlabitat-ansible-fdc7a19e76c4a28a59c983048526496964e8ab62.tar.gz
labitat-ansible-fdc7a19e76c4a28a59c983048526496964e8ab62.tar.xz
labitat-ansible-fdc7a19e76c4a28a59c983048526496964e8ab62.zip
space_server: bird: add new IPv6 prefix
Prefix kindly provided by Kracon ApS (Svenne) Signed-off-by: Asbjørn Sloth Tønnesen <asbjorn@labitat.dk>
-rw-r--r--roles/space_server/files/bird.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/space_server/files/bird.conf b/roles/space_server/files/bird.conf
index e17f0fd..b40be18 100644
--- a/roles/space_server/files/bird.conf
+++ b/roles/space_server/files/bird.conf
@@ -138,6 +138,7 @@ protocol static static6 {
ipv6 {
import filter import_originating;
};
+ route 2a00:fbe4:1ab::/48 unreachable;
route 2a01:4262:1ab::/48 unreachable;
}