kea: add kea-uci package with basic init script 16296/head
authorStijn Tintel <stijn@linux-ipv6.be>
Thu, 5 Aug 2021 19:26:20 +0000 (22:26 +0300)
committerStijn Tintel <stijn@linux-ipv6.be>
Mon, 16 Aug 2021 17:41:51 +0000 (20:41 +0300)
commit3649ed721d6f87068abbed516b3c0ab73543a9d0
tree6f1b0f599844dab23c9af7f4a085941a0bf5da5c
parent8c855f390e53e6f285e229f22199242eb4cfee76
kea: add kea-uci package with basic init script

This init script allows to start the Kea Control Agent, the DHCPv4
server, the DHCPv6 server, and the DHCP-DDNS server. It expects the
config files to be where the packages install them.

As this is a single init script that can start 4 different binaries that
are each in their own package, these files cannot be included in any of
these other package, so create a dedicated package for it.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
net/kea/Makefile
net/kea/files/kea.config [new file with mode: 0644]
net/kea/files/kea.init [new file with mode: 0755]