dhcpcd: Remove dependency on netifs
commite4185cf03bdf75a5e62eddaea2e216298d0d8856
authorRoy Marples <roy@marples.name>
Tue, 14 Apr 2020 14:14:48 +0000 (14 14:14 +0000)
committerRoy Marples <roy@marples.name>
Tue, 14 Apr 2020 14:14:48 +0000 (14 14:14 +0000)
tree4ad266840f022f1d95fd7713cca13e30b8b6d06a
parent5a822b41104da7a2206b51c602bff984d0462d39
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.
etc/rc.d/dhcpcd