From 4cfaf5f0a48a3ca84b7d6318eaa981aa8bffc0a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Sat, 16 Aug 2025 12:38:41 +0300 Subject: [PATCH] Fix wrong mac address of s3 switch in Kea configuration --- files/kea/kea-dhcp4.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/kea/kea-dhcp4.conf b/files/kea/kea-dhcp4.conf index 061fcc1..26ca160 100644 --- a/files/kea/kea-dhcp4.conf +++ b/files/kea/kea-dhcp4.conf @@ -200,7 +200,7 @@ "hostname": "s2.net.tjas" }, { - "hw-address": "00:24:a8:f1:c7:40", + "hw-address": "00:1f:fe:ab:9e:c0", "ip-address": "192.168.69.13", "hostname": "s3.net.tjas" },