diff options
author | Emil Renner Berthing <esmil@labitat.dk> | 2018-10-11 20:48:06 +0200 |
---|---|---|
committer | Emil Renner Berthing <esmil@labitat.dk> | 2018-10-11 20:48:20 +0200 |
commit | 060a041a7bf07960877099081554065bba155b4e (patch) | |
tree | 65a68f26441e7204f29704b648cc89a6274db91c /roles/space_server/files/bird | |
parent | 8c59369784b61f68348d715db338f732bf46430c (diff) | |
download | labitat-ansible-060a041a7bf07960877099081554065bba155b4e.tar.gz labitat-ansible-060a041a7bf07960877099081554065bba155b4e.tar.xz labitat-ansible-060a041a7bf07960877099081554065bba155b4e.zip |
Migrate to new ipv6 prefix
..to avoid overlapping /32 announced by DKUUG.
Diffstat (limited to 'roles/space_server/files/bird')
-rw-r--r-- | roles/space_server/files/bird/symbol6.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/space_server/files/bird/symbol6.conf b/roles/space_server/files/bird/symbol6.conf index 0dbd7b6..fd142c9 100644 --- a/roles/space_server/files/bird/symbol6.conf +++ b/roles/space_server/files/bird/symbol6.conf @@ -1,7 +1,7 @@ define DEFAULT_ROUTE = ::/0; define LABITAT_PREFIXES = [ - 2a01:4260:1ab::/48 + 2a01:4262:1ab::/48 ]; -define PREFSRC = 2a01:4260:1ab::; +define PREFSRC = 2a01:4262:1ab::; |