Page MenuHomeFreeBSD

net/dhcp6: Fix rcorder.
ClosedPublic

Authored by delphij on Oct 4 2020, 7:25 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Mar 3, 3:51 AM
Unknown Object (File)
Sun, Mar 3, 3:51 AM
Unknown Object (File)
Sun, Mar 3, 3:51 AM
Unknown Object (File)
Sun, Mar 3, 3:38 AM
Unknown Object (File)
Dec 29 2023, 2:18 AM
Unknown Object (File)
Dec 25 2023, 12:36 PM
Unknown Object (File)
Dec 20 2023, 8:09 AM
Unknown Object (File)
Dec 15 2023, 1:11 PM
Subscribers
None

Details

Summary

We want netif be started before dhcp6c which properly initializes
the interfaces, and we want dhcp6s to start later and after dhcp6c.

Test Plan

boot

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

delphij created this revision.

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.

This revision was not accepted when it landed; it landed in state Needs Review.Oct 20 2020, 1:32 AM
Closed by commit rP552785: net/dhcp6: Fix rcorder. (authored by delphij). · Explain Why
This revision was automatically updated to reflect the committed changes.