diff --git a/nixos/boxes/colony/vms/estuary/bgp.nix b/nixos/boxes/colony/vms/estuary/bgp.nix index 9d9a04c..6cb9fe2 100644 --- a/nixos/boxes/colony/vms/estuary/bgp.nix +++ b/nixos/boxes/colony/vms/estuary/bgp.nix @@ -204,14 +204,15 @@ in neighbor 2001:7f8:10f::1b1b:154 as 6939; } - protocol bgp upstream4_fogixp_efero from upstream_bgp4 { - description "efero transit (on FogIXP, IPv4)"; - neighbor 185.1.147.107 as 208431; - } - protocol bgp upstream6_fogixp_efero from upstream_bgp6 { - description "efero transit (on FogIXP, IPv6)"; - neighbor 2001:7f8:ca:1::107 as 208431; - } + # Not working so well lately... + # protocol bgp upstream4_fogixp_efero from upstream_bgp4 { + # description "efero transit (on FogIXP, IPv4)"; + # neighbor 185.1.147.107 as 208431; + # } + # protocol bgp upstream6_fogixp_efero from upstream_bgp6 { + # description "efero transit (on FogIXP, IPv6)"; + # neighbor 2001:7f8:ca:1::107 as 208431; + # } protocol bgp peer4_cc_luje from peer_bgp4 { description "LUJE.net (on ColoClue, IPv4)";