From: Philip Prindeville Date: Mon, 1 Jun 2026 03:05:53 +0000 (-0600) Subject: kea: handle network reconfiguration without restarting X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=6cfb3f910e6698f0960bedcdcd776c68c8d6d949;p=openwrt-packages.git kea: handle network reconfiguration without restarting Currently if a dynamic interface changes (VLAN, tunnel, etc) that Kea is listening on, it needs to be told externally to restart. The re-detect option avoids this. Signed-off-by: Philip Prindeville --- diff --git a/net/kea/Makefile b/net/kea/Makefile index 47dff03b7..6f6e8c4ad 100644 --- a/net/kea/Makefile +++ b/net/kea/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=kea PKG_VERSION:=3.0.3 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://ftp.isc.org/isc/kea/$(PKG_VERSION) diff --git a/net/kea/files/dhcp4.sh b/net/kea/files/dhcp4.sh index 615c0ce8e..7b111ecf3 100755 --- a/net/kea/files/dhcp4.sh +++ b/net/kea/files/dhcp4.sh @@ -866,7 +866,7 @@ general_config() { # will populate later json_close_array # interfaces - json_add_boolean "re-detect" 0 + json_add_boolean "re-detect" 1 json_add_string "dhcp-socket-type" "raw" json_add_string "outbound-interface" "same-as-inbound" json_close_object # interfaces-config