From 19fb89cfb2cf76625d9a0b5589ef2c9c1b913afb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Wed, 13 Aug 2025 14:39:26 +0300 Subject: [PATCH] Add interfaces to 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 791ff95..b41bb88 100644 --- a/files/kea/kea-dhcp4.conf +++ b/files/kea/kea-dhcp4.conf @@ -1,7 +1,7 @@ { "Dhcp4": { "interfaces-config": { - "interfaces": [ ] + "interfaces": [ "enp0s25.20", "enp0s25.69" ] }, "control-socket": { "socket-type": "unix",