Results 335 comments of Roy Marples

@dmarker the `::1a` address is marked tentative in your ifconfig output .... does that flag ever drop? If not that is the issue.

Would it be better to have different option fields for intent? Some options only apply to DHCP6 for example. I've never really explored either approach but I do know we...

We have freed up one bit! DHCPCD_DEBUG is available for re-use.

In this case the "interface label" was used in the past I think because ifconfig only handles one ipv4 address per interface. In the modern world it's just a label...

Hmmmm, the IPv4LL addresses should not be removed at release. I'm also looking at #510 which also touches IPv4LL. I did have a small patch for that but have been...

> dhcpcd routinely fails to obtain an IP with a timeout if the DHCP server doesn't receive the "hostname" option. Let's uncomment it. https://www.rfc-editor.org/rfc/rfc7844.html#section-3.7 > When using the anonymity profile,...

Administrator added scripts are /etc/dhcpcd.enter-hook and /etc/dhcpcd.exit-hook. If the admin wants to source a directory inside these scripts they are more than welcome to.

> At the same time, it would be desirable for BUILDING.md or README.md to document the existence of EGHOOKSCRIPTS and explain the difference with HOOKSCRIPTS. BUILDING.md already has this: >...

datadir defaults to /usr/share and libexecdir defaults to /libexec. I used the gnu configure variables here to make life easy I thought?

Sorry for not doing anything on this for a while. If we're going to have an /etc/dhcpcd to avoid putting many things directly into /etc then we should move the...