Re: ISC's EoL dhcp suite, including dhcpd
Martin Husemann <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.network |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Feb 04, 2025 at 10:57:29PM +0000, Taylor R Campbell wrote: > I think we should just drop isc-dhcpd from the base system and let > users install a DHCP server package if they want. I agree. Unfortunately pkgsrc does not seem to have plenty of that (or they are hiding). There is the huge net/kea which is the obvious and full featured replacement, but not a lot (small) alternatives that I could find. udhcpd would be something good to have, but upstream stopped shipping it stand alone. There is a pkg in wip but ONLY_FOR_PlATFORM=Linux-*-*. (including the typo, I copied from the makefile). net/cmu-dhcpd sounds like being unmaintained too. net/dnsmasq does more than just serve DHCP, so needs more migration work. Does anyone have pointers what should be packaged? Martin