commit 1334da566bc189e160750c1d47d96351e219b7e8
parent bdbeea81187aa9a2a4850f3151534c1c89d6999e
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 27 Jan 2024 19:50:58 +0100
Meow
Diffstat:
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix
@@ -487,7 +487,7 @@ in {
local 10.0.2.1 as 64513; # Use a private AS number
neighbor 10.0.2.2 as 64514; # Our neighbor ...
graceful restart on;
- multihop 2; # ... which is connected indirectly
+ multihop; # ... which is connected indirectly
ipv4 {
gateway recursive;
export filter allowed_ips;
@@ -500,7 +500,7 @@ in {
neighbor 10.0.1.2 as 64512; # Our neighbor ...
#direct;
graceful restart on;
- multihop 2; # ... which is connected indirectly
+ multihop; # ... which is connected indirectly
ipv4 {
gateway recursive;
export filter allowed_ips;
diff --git a/nixos/worker-2/configuration.nix b/nixos/worker-2/configuration.nix
@@ -580,7 +580,7 @@ in {
local 10.0.2.2 as 64514; # Use a private AS number
neighbor 10.0.2.1 as 64513; # Our neighbor ...
graceful restart on;
- multihop 2; # ... which is connected indirectly
+ multihop; # ... which is connected indirectly
ipv4 {
gateway recursive;
export filter allowed_ips;
@@ -593,7 +593,7 @@ in {
neighbor 10.0.1.2 as 64512; # Our neighbor ...
#direct;
graceful restart on;
- multihop 2; # ... which is connected indirectly
+ multihop; # ... which is connected indirectly
ipv4 {
gateway recursive;
export filter allowed_ips;