From: Josef Schlehofer Date: Mon, 29 Jun 2026 10:39:43 +0000 (+0200) Subject: kea: remove deprecated kea-ctrl-agent from test.sh X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=74c4d930b30e601cd5839308d6c11777dd1b5ee6;p=openwrt-packages.git kea: remove deprecated kea-ctrl-agent from test.sh The kea-ctrl-agent utility was deprecated in Kea 3.0 and removed in 3.2. Adopt test.sh to not use the removed command and its config/password stubs. Signed-off-by: Josef Schlehofer --- diff --git a/net/kea/test.sh b/net/kea/test.sh index 3c96f987f..530fc373d 100755 --- a/net/kea/test.sh +++ b/net/kea/test.sh @@ -35,11 +35,7 @@ kea-dhcp-ddns) ;; kea-ctrl) - # Exercise the ctrl-agent config parser + keactrl wrapper; the - # config requires an auth-password file so satisfy it with a stub. - echo test >/etc/kea/kea-api-password - kea-ctrl-agent -t /etc/kea/kea-ctrl-agent.conf - rm -f /etc/kea/kea-api-password + # Exercise the keactrl wrapper. keactrl -v >/dev/null ;;