From 8ab0ecf4c7125ad33b3b3e74908e25cd17602350 Mon Sep 17 00:00:00 2001 From: clerie Date: Tue, 15 Dec 2020 12:41:00 +0100 Subject: [PATCH] Add max as ildix peer --- hosts/dn42-ildix-clerie/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/dn42-ildix-clerie/configuration.nix b/hosts/dn42-ildix-clerie/configuration.nix index b922ca7..be3142f 100644 --- a/hosts/dn42-ildix-clerie/configuration.nix +++ b/hosts/dn42-ildix-clerie/configuration.nix @@ -70,6 +70,10 @@ }; } + protocol bgp peer_1307_max_dn42_1 from bgp_peer { + neighbor fd81:edb3:71d8:ffff:1307::1 as 4242421307; + } + protocol bgp peer_3012_dn42_c_1 from bgp_peer { neighbor fd81:edb3:71d8:ffff:3012::2 as 4242423012; }