diff --git a/config-patches/machine/weyma-talos-testw04/network.yaml b/config-patches/machine/weyma-talos-testw04/network.yaml index 105a33a..c9e0c7f 100755 --- a/config-patches/machine/weyma-talos-testw04/network.yaml +++ b/config-patches/machine/weyma-talos-testw04/network.yaml @@ -3,8 +3,18 @@ machine: interfaces: - deviceSelector: hardwareAddr: "f4:52:14:60:5e:30" + driver: "mlx4_core" dhcp: true + vlans: + - vlanId: 50 + dhcp: false - deviceSelector: hardwareAddr: "f4:52:14:60:5e:31" dhcp: true - mtu: 9000 \ No newline at end of file + mtu: 9000 + - interface: br0 + addresses: + - 10.105.20.254/24 + bridge: + interfaces: + - eno1.50 \ No newline at end of file