CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2025/06/10 00:29:53
Modified files: usr.sbin/dhcpd : dhcpd.c dhcpd.h dispatch.c Log message: change dhcpd to use the rdomain/rtable it was started in. previously it would use the rdomain on the first interface it was explicitly configured to open. it is much more natural to use the rdomain it's been started in, which integrates better with rcctl. a version of this was tested by mark patruck ok kn@ claudio@