From 709efb5f0dd62ac7c83fa935e1e3dde495183f91 Mon Sep 17 00:00:00 2001 From: William P Date: Thu, 25 Sep 2025 13:17:50 -0400 Subject: [PATCH] rm static address assignemnt for br0 on weyma-talos-testw04 --- config-patches/machine/weyma-talos-testw04/network.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config-patches/machine/weyma-talos-testw04/network.yaml b/config-patches/machine/weyma-talos-testw04/network.yaml index c9e0c7f..9768878 100755 --- a/config-patches/machine/weyma-talos-testw04/network.yaml +++ b/config-patches/machine/weyma-talos-testw04/network.yaml @@ -13,8 +13,7 @@ machine: dhcp: true mtu: 9000 - interface: br0 - addresses: - - 10.105.20.254/24 + dhcp: false bridge: interfaces: - eno1.50 \ No newline at end of file