From 553dc3cb9ffb3c6b92be4d61559628e05502a8b9 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Fri, 15 Apr 2022 06:35:50 +0200 Subject: [PATCH] kunsi-p14s: remove network bridge Something causes the network to hang when switching from wired to wireless networking. I want to eliminate as much problems as possible. --- nodes/kunsi-p14s.py | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/nodes/kunsi-p14s.py b/nodes/kunsi-p14s.py index 3894e26..16f3cd7 100644 --- a/nodes/kunsi-p14s.py +++ b/nodes/kunsi-p14s.py @@ -35,7 +35,10 @@ nodes['kunsi-p14s'] = { }, }, 'interfaces': { - 'br0': { + 'enp2s0f0': { + 'dhcp': True, + }, + 'enp5s0': { 'dhcp': True, }, # there is also wlp3s0, but that's managed by netctl @@ -126,16 +129,6 @@ nodes['kunsi-p14s'] = { }, }, }, - 'systemd-networkd': { - 'bridges': { - 'br0': { - 'match': { - 'enp2s0f0', - 'enp5s0', - }, - }, - }, - }, 'timezone': 'Europe/Berlin', 'users': { 'kunsi': {