diff --git a/roles/service-dhcpd/templates/kea_dhcp4.conf.j2 b/roles/service-dhcpd/templates/kea_dhcp4.conf.j2 index 2e71706..4cb5d5d 100644 --- a/roles/service-dhcpd/templates/kea_dhcp4.conf.j2 +++ b/roles/service-dhcpd/templates/kea_dhcp4.conf.j2 @@ -16,6 +16,10 @@ {% endfor %} ] }, + "control-socket": { + "socket-type": "unix", + "socket-name": "/tmp/kea-dhcp4-ctrl.sock" + }, "lease-database": { "type": "memfile", "persist": true,