From f29dc36e2ecc5c0ca81e42deaae9a147f38eae67 Mon Sep 17 00:00:00 2001 From: Astro Date: Thu, 5 May 2022 18:49:00 +0200 Subject: [PATCH] switch-b1: replug a few ports --- config/switch.nix | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/config/switch.nix b/config/switch.nix index 52b9927..c8c8e4d 100644 --- a/config/switch.nix +++ b/config/switch.nix @@ -47,12 +47,21 @@ links = { ap23.ports = [ "g10" ]; ap8.ports = [ "g16" ]; - c3d2.ports = [ "g23" ]; + c3d2.ports = [ + # Leon's NAS + "g23" + # dump-dvb server + "g48" + ]; iso1.ports = [ "g2" ]; iso2.ports = [ "g3" ]; iso3.ports = [ "g4" ]; mgmt.ports = [ "g1" ]; - serv.ports = [ "g22" ]; + serv.ports = [ + "g22" + # hydra + "g47" + ]; # server1 had g46,g47,g48 too but this switch has too few # port-channel groups server1.ports = [ "g24" ];