From 1070101fd323a2a15c3b75835cbf2e2aa9fba224 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Mon, 27 Mar 2023 13:51:44 +0200 Subject: [PATCH] home.downloadhelper: rotate all the vlans --- nodes/home/downloadhelper.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodes/home/downloadhelper.py b/nodes/home/downloadhelper.py index 56a3b7d..4396651 100644 --- a/nodes/home/downloadhelper.py +++ b/nodes/home/downloadhelper.py @@ -9,11 +9,11 @@ nodes['home.downloadhelper'] = { }, 'metadata': { 'interfaces': { - 'enp1s0.8': { + 'enp1s0.3301': { 'dhcp': True, 'send_hostname': False, }, - 'enp1s0.42': { + 'enp1s0.1138': { 'ips': { '172.19.138.27/24', },