Results 166 comments of Roy Marples

dhcpcd-5.2.10 is pretty old and very much unsupported. Can you try something newer like dhcpcd-10.0.6 please?

IFT_BRIDGE and others are checked here: https://github.com/NetworkConfiguration/dhcpcd/blob/master/src/if.c#L604 I'll remove bridge and others with a note that we check the IFT equivalent where we can. As on interface renaming, yeah it's...

That was just a copy and paste from somewhere. I can remove the reference if you like.

> Regarding > > ```diff > - table->metadata = (uint16_t *)( (unsigned char *)allocation + VT_CAT( NAME, _metadata_offset )( table ) ); > + table->metadata = (void *)( (unsigned char...

But dhcpcd should put the prefix you have in the rebind message. If the server does not reply then I don't know what to suggest. There should be no difference...

Can you also post the capture for the REBIND and the REPLY please?

You are correct, dhcpcd will only perform the initial ARP probe if the address does not exist on the interface. Once dhcpcd is running, it will listen to ARP and...

RTA_SRC is just a hint for the address selection algo used by the kernel. It doesn't make the route any more special. From the example you posted, it sure looks...

Thanks for the summary. Can we put part of the in a comment in the code please just to clarify it? The one liner is not verbose enough as to...

Sorry, I've been distracted of late.