Wilfried Teiken

Results 23 comments of Wilfried Teiken

I think all comments are addressed.

Not familiar enough with the inform model to know if INFORM/INFORMED should be added to the list of exceptions for RFC3633 Section 12 validation.

The u-boot env contains things like device specific calibration for the optics, so not sure how successful that effort will be. I have an 3FE46541AADA, I'd be happy to send...

Given that the boot is starting ("Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level" is from an openwrt script IIRC) I am...

> Instead of redirecting stderr, wouldn't supplying an explicit `-in /dev/stdin` be cleaner? Not sure it is as compatible, but would probably also work. It seems for openssl they are...

The same happens after dhcpcd -n is run while the DHCPv6 server is not responding, independent of the age of the lease.

This happens with 9.4.1. As far as I read the code it's because if PD is true dhcp6_startrebind has a timeout with dhcp6_failrebind which then calls dhcp6_fail which runs EXPIRE6...

The lifetime values seem correct to me as that is the lifetime of the lease. The lease should be renewed every 1800s, which should reset the lifetime values to 3600....

The log message suggests that dhcpcd will try to renew after 1800s. Address lifetimes should not be related to the first renew, but to the lease length. I see the...