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 <redacted>
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)
# 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