commit 72fa9df251c6df29776773225b2bfd8c8bbb7abf
parent 811732ba8bccd22341b68600de06c68b98c05c11
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 27 Jan 2024 19:23:59 +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,7 @@ in {
local 10.0.2.1 as 64513; # Use a private AS number
neighbor 10.0.2.2 as 64514; # Our neighbor ...
#direct;
- next hop self;
+ nexthop self;
multihop 2; # ... which is connected indirectly
ipv4 {
export filter allowed_ips;
diff --git a/nixos/worker-2/configuration.nix b/nixos/worker-2/configuration.nix
@@ -591,7 +591,7 @@ in {
local 10.0.2.2 as 64514; # Use a private AS number
neighbor 10.0.2.1 as 64513; # Our neighbor ...
#direct;
- next hop self;
+ nexthop self;
multihop 2; # ... which is connected indirectly
ipv4 {
export filter allowed_ips;