From d194e753f97dcb99928b2ce71bde4fade65f33b9 Mon Sep 17 00:00:00 2001 From: Indrajit Raychaudhuri Date: Mon, 4 May 2026 22:56:59 -0500 Subject: kea: T8763: Fix vendor-encapsulated-options space Changes: 1. Change option space from 'ubnt' to 'vendor-encapsulated-options-space'. 2. Change option name from 'unifi-controller' to 'ubnt'. 3. Add 'vendor-encapsulated-options' option (in addition to adding unifi controller IP address under the option name 'ubnt') if unifi-controller is configured. --- data/templates/dhcp-server/kea-dhcp4.conf.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data') diff --git a/data/templates/dhcp-server/kea-dhcp4.conf.j2 b/data/templates/dhcp-server/kea-dhcp4.conf.j2 index 8519689a9..dae2338ae 100644 --- a/data/templates/dhcp-server/kea-dhcp4.conf.j2 +++ b/data/templates/dhcp-server/kea-dhcp4.conf.j2 @@ -41,10 +41,10 @@ "type": "string" }, { - "name": "unifi-controller", + "name": "ubnt", "code": 1, "type": "ipv4-address", - "space": "ubnt" + "space": "vendor-encapsulated-options-space" } ], {% if dynamic_dns_update is vyos_defined %} -- cgit v1.2.3