7 ms·
systemd-networkd sets up a LAN interface, which Kea then serves DHCP for. CoreRAD is about the same thing, but for NDP instead of DHCP. I could have used syst
by choobacker 2y ago
systemd-networkd sets up a LAN interface, which Kea then serves DHCP for.
CoreRAD is about the same thing, but for NDP instead of DHCP.
I could have used systemd-networkd for serving DHCP and NDP, but prefer to use separate modular privilege-separated deamons, especially if I get memory safety too.
- godelski 2y agoJust saying, I'd be interested in a blog post if either of you did one.