switch-dach: update links with actually used ports

This commit is contained in:
Astro 2022-01-24 21:48:01 +01:00
parent 6710caf248
commit 766a2db2d2
1 changed files with 3 additions and 3 deletions

View File

@ -257,13 +257,13 @@
mgmt.ports = [ "1" ]; mgmt.ports = [ "1" ];
switch-c1.ports = [ "24" ]; switch-c1.ports = [ "24" ];
# Freifunk nodes # Freifunk nodes
bmx.ports = [ "10-19" ]; bmx.ports = [ "12,14,16" ];
# radiobert # radiobert
serv.ports = [ "6-9" ]; serv.ports = [ "7" ];
# Starlink # Starlink
up3.ports = [ "3" ]; up3.ports = [ "3" ];
# unifiac-mesh # unifiac-mesh
ap57.ports = [ "5" ]; ap57.ports = [ "10" ];
}; };
}; };
}; };