Results 153 comments of Roy Marples

dhcpcd uses BPF for the initial DHCP setup which works below the network layer so it doesn't really care about VRF or routing or tables. DHCPv6 on the other hand...

@DanielG can you test the above branch please? it might do the right thing!

> As for your patch, a couple of comments: the correct type for rt_table is uint32_t not uchar. The way you're doing the vrf rt_table lookup now only works for...

Hi Daniel I'm not sure that's the correct thing to do. shutting down dhcpcd does not equal starting anything else up. Maybe you should consider creating a script to ensure...

You can use `dhcpcd -k` which will remove configuration and stop dhcpcd which has the same effect. Is this not sufficient? I would also like to understand why you don't...

OK. So the persistence only occurs when dhcpcd is stopping or exiting. If the persistent option is there then dhcpcd will keep configuration active. If it's not **or** dhcpcd is...

DHCP authentication is tricky. Anyway, it looks like you have *not* setup any DHCP authentication at your end? Looks like you received a DHCP message with authentication and the error...

Commenting `option ntp_servers` just stops dhcpcd from requesting the option, not the running of the hook script. I have seen this from time to time, but have never been able...

As you're using Gentoo you might be affected by #262 as well.

So option 93 is for PXE booting - ie a small DHCP client embedded on a network card or some hardwhere level to then load the kernel from the DHCP...