Roy Marples
Roy Marples
Now I have #317 fixed this is possible. Things keep popping up which make me delay :/
dhcpcd-10.0.7 is now out, enjoy!
You should not need to do anything with dhcpcd, it listens to carrier changes. It also listens to hardware (MAC) address changes just fine which IIRC can only be made...
dhcpcd currently works on a one to one basis and reacts to the first OFFER/ADVERTISE it gets and then discards the others it receives while it's in the next phase....
fdeb8c7945211d424c3a30912004eeb56e009865 changes the behavior to be more RFC conformant. We now discard ADVERTs of a lower priority than what we have received until IRT has elapsed. If we get a...
You should try a more modern dhcpcd as it's has a lot of carrier fixes (which looks like the root cause of your error) and ensure it's state directory is...
d4d3b115c1ec4755edb284eef5d31d28ae2c1846 exposes the preference option for hooks.
> Can the above log determine that the issue lies specifically with dhcpcd-6.11.5 itself rather than being caused by some other factors? Additionally, are there any recommended versions available? No,...
in privsep dhcpcd uses the raw sockets for sending from an address without having to bind to it. It doesn't actually read from the raw socket itself. We could drain...
> On Mon, Mar 11, 2024 at 03:16:31AM -0700, Roy Marples wrote: in privsep dhcpcd uses the raw sockets for sending from an address without having to bind to it....