commit 7715320c41ad91c5836f612f57a49a14413d2dc8
parent 72fa9df251c6df29776773225b2bfd8c8bbb7abf
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 27 Jan 2024 19:26:50 +0100
Meow
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix
@@ -491,7 +491,6 @@ in {
local 10.0.2.1 as 64513; # Use a private AS number
neighbor 10.0.2.2 as 64514; # Our neighbor ...
#direct;
- nexthop self;
multihop 2; # ... which is connected indirectly
ipv4 {
export filter allowed_ips;
@@ -505,6 +504,7 @@ in {
import all;
export none;
};
+ next hop self;
}
protocol bgp nordgedanken {
diff --git a/nixos/worker-2/configuration.nix b/nixos/worker-2/configuration.nix
@@ -591,7 +591,6 @@ in {
local 10.0.2.2 as 64514; # Use a private AS number
neighbor 10.0.2.1 as 64513; # Our neighbor ...
#direct;
- nexthop self;
multihop 2; # ... which is connected indirectly
ipv4 {
export filter allowed_ips;
@@ -605,6 +604,7 @@ in {
import all;
export none;
};
+ next hop self;
}
protocol bgp nordgedanken {