We want netif be started before dhcp6c which properly initializes
the interfaces, and we want dhcp6s to start later and after dhcp6c.
Details
Details
- Reviewers
hrs pi - Commits
- rP552785: net/dhcp6: Fix rcorder.
boot
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Before the change, I wasn't able to get dhcp6c running on my gateway at boot.
I'm less certain with the dhcp6s part of change, but it seems reasonable to have it run after dhcp6c. I don't see any reason why dhcp6s needs to run before NETWORKING, and this ordering also matches e.g. dhcpd. The REQUIRE: dhcp6c is probably an overkill though, as DAEMON covers NETWORKING which runs after dhcp6c.