From 3cc9267eee19f0c32f9204037beec55ddb74976d Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Mon, 27 Mar 2023 13:52:23 +0200 Subject: [PATCH] home.nas: rotate all the vlans --- nodes/home/nas.py | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/nodes/home/nas.py b/nodes/home/nas.py index 34ae010..b67b1de 100644 --- a/nodes/home/nas.py +++ b/nodes/home/nas.py @@ -18,7 +18,7 @@ nodes['home.nas'] = { }, 'metadata': { 'interfaces': { - 'br42': { + 'br1138': { 'ips': { '172.19.138.20/24', }, @@ -148,23 +148,15 @@ nodes['home.nas'] = { }, }, 'systemd-networkd': { - 'bonds': { - 'bond0': { - 'match': { - 'enp8*', - 'enp9*', - }, - }, - }, 'bridges': { 'br0': { 'match': { - 'bond0', + 'enp1s0', }, }, - 'br42': { + 'br1138': { 'match': { - 'br0.42', + 'br0.1138', }, }, },