commit d3ac7b89b40018e6ade89a5d85ddd8c7d203a78a
parent a95d271d095e74c8523b4851f12544e749f679af
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 27 Jan 2024 18:09:31 +0100
Fix as
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix
@@ -489,7 +489,7 @@ in {
protocol bgp nordgedanken {
local 10.0.2.1 as 64513; # Use a private AS number
- neighbor 10.0.1.2 as 64514; # Our neighbor ...
+ neighbor 10.0.1.2 as 64512; # Our neighbor ...
multihop; # ... which is connected indirectly
ipv4 {
export filter allowed_ips;