From 2a99bc032c46bd07a49a16f6ea89b9ea4ec60051 Mon Sep 17 00:00:00 2001 From: Jack O'Sullivan Date: Sun, 16 Oct 2022 18:07:58 +0100 Subject: [PATCH] nixos/estuary: Add peering with LUJE.net labs --- nixos/boxes/colony/vms/estuary/bgp.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nixos/boxes/colony/vms/estuary/bgp.nix b/nixos/boxes/colony/vms/estuary/bgp.nix index 16f6398..8ffa978 100644 --- a/nixos/boxes/colony/vms/estuary/bgp.nix +++ b/nixos/boxes/colony/vms/estuary/bgp.nix @@ -161,6 +161,11 @@ in description "LUJE.net (IPv6)"; neighbor 2a02:898:0:20::166:1 as 212855; } + protocol bgp peer6_luje_labs from peer_bgp6 { + description "LUJE.net labs (IPv6)"; + neighbor 2a07:cd40:1::9 as 202413; + multihop 3; + } ''; }; };