]> git.99rst.org Git - openwrt-packages.git/commitdiff
kea: remove deprecated kea-ctrl-agent from test.sh
authorJosef Schlehofer <redacted>
Mon, 29 Jun 2026 10:39:43 +0000 (12:39 +0200)
committerPhilip Prindeville <redacted>
Tue, 30 Jun 2026 01:52:48 +0000 (19:52 -0600)
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 <redacted>
net/kea/test.sh

index 3c96f987f6b96f0b961030105874435d3a6cb0d2..530fc373df196063409a832c0d05c49da91ce586 100755 (executable)
@@ -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
        ;;
 
git clone https://git.99rst.org/PROJECT