From 5fc24d2d59fc3f3c5921c9473f131d45aeabda10 Mon Sep 17 00:00:00 2001 From: Astro Date: Sat, 17 Sep 2022 14:20:08 +0200 Subject: [PATCH] anon1: properly prefer upstream4 --- config/net/core.nix | 2 +- config/net/upstream.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/net/core.nix b/config/net/core.nix index 685013c..15c820a 100644 --- a/config/net/core.nix +++ b/config/net/core.nix @@ -218,7 +218,7 @@ }; ospf = { allowedUpstreams = - [ "upstream3" "upstream4" "anon1" "freifunk" ]; + [ "upstream4" "upstream3" "anon1" "freifunk" ]; stubNets4 = [ "172.20.0.0/14" "10.0.0.0/8" ]; stubNets6 = [ "fd00::/8" "2a00:8180:2c00:200::/56" ]; diff --git a/config/net/upstream.nix b/config/net/upstream.nix index 51fec9a..07361ae 100644 --- a/config/net/upstream.nix +++ b/config/net/upstream.nix @@ -354,7 +354,7 @@ in }; }; ospf = { - allowedUpstreams = [ "upstream4" "upstream3" "freifunk" ]; + allowedUpstreams = [ "upstream3" "upstream4" "freifunk" ]; upstreamInstance = 5; }; role = "container";