git: dhcpcd: Remove dependency on netifs
Roy Marples
roy at crater.dragonflybsd.org
Tue Apr 14 07:18:26 PDT 2020
commit e4185cf03bdf75a5e62eddaea2e216298d0d8856
Author: Roy Marples <roy at marples.name>
Date: Tue Apr 14 14:14:48 2020 +0000
dhcpcd: Remove dependency on netifs
dhcpcd currently depends on being able to bind to the
unspecified address on the BOOTPC port and DHCPv6-client port
as well as listen to ICMP6.
This means that some routes need to be established first and
the rc.d infrastructure relies on netif being started before that.
We need to document not to configure an interface to start DHCP,
but rather just to start dhcpcd and if any extra configuration is
needed to limit the scope of interfaces it should be done in
dhcpcd.conf instead. However, the default should be fine.
Summary of changes:
etc/rc.d/dhcpcd | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e4185cf03bdf75a5e62eddaea2e216298d0d8856
--
DragonFly BSD source repository
More information about the Commits
mailing list