anon1: properly prefer upstream4

This commit is contained in:
Astro 2022-09-17 14:20:08 +02:00
parent bc3f838c80
commit 5fc24d2d59
2 changed files with 2 additions and 2 deletions

View File

@ -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" ];

View File

@ -354,7 +354,7 @@ in
};
};
ospf = {
allowedUpstreams = [ "upstream4" "upstream3" "freifunk" ];
allowedUpstreams = [ "upstream3" "upstream4" "freifunk" ];
upstreamInstance = 5;
};
role = "container";