Roy Marples
Roy Marples
Is the time difference between carrier loss/aquisition and the route being deleted roughly the same each time? dhcpcd is deleting the route as it thinks it no longer manages it...
It's basically a race between the kernel adding the address and dhcpcd adding it. If a lladdr already exists then dhcpcd will use it. By default dhcpcd will turn the...
> When the DHCPv6 server is not responding then dhcpcd is expiring the prefix lease at t2 instead of at the lease expiration time. How are you judging this? dhcpcd...
But the lifetime of what exactly? Unlike DHCPv4, DHCPv6 has no exact expiration. T1 and T2 are also not indicators of expiration - they are just for renew and rebind....
So are we saying this is only an issue because the pltime is close (in your case exact) to the vltime?
@wteiken Can you test that branch please? It should fix the issue in a better way than just not failing - now we enter the discover process again. I still...
That does look wrong.
OS? dhcpcd version? Can you post your dhcpcd.conf? Can you add debug to it and post a log? You should see something like this: ``` Dec 12 07:25:45 [243016]: enp0s3:...
Have you tried using the `-T` option? That *might* work with the master instance running and you `--test` with a specific interface.
The behavior of the code is correct *(obviously not the segfaulting part!)*. For example you can start dhcpcd as a master process and deny all interfaces in the config. You...