Results 172 comments of Roy Marples
trafficstars

dhcpcd doesn't support prefixing/appending configs directly. But you have a few options: * Massage the `new_dhcp6_name_servers` variable in dhcpcd.enter-hook * Configure resolvconf(8) to do append any dns server you want

Sort answer no and no plans for it either. At best we can document it because dhcpcd is mainly installed by package managers which need to then run setpriv. Each...

OK, but privsep will give you better protection than capabilities for the front facing processes which are the most vulnerable. So the question is now can we make it work...

dhcpcd strives to be the most RFC conforming DHCP client by default. I am considering making the clientid option to cause DHCPv6 client id to be DUID_LL to match how...

> I think this bug comes from dhcpcd caching the current MAC address during startup, but I haven't checked the source. I have a couple ways of working around that...

Is not flushing stdout before exit enough? What's the need for the extra calls?

Fair enough. Can you publish a pull request rather than a patch file please? Just makes it easier to review and comment on it.

You need to give the interface name `-` when dumping a lease from a file, as documented in the man page. See #285 for why we do this.