[PATCH] Exit the timesyncd hook if not on systemd and not executable (#398) (#403) Exit the timesyncd hook immediately if not running on a systemd host AND timesyncd is not executable.
[PATCH] dhcp6: start request when advertise received after IRT (#376) After the initial solicit timeout, any received advertisements trigger a request. However, after the timeout, any advertisements will never result in a request, and the client sends solicits forever.
This patch adds sends a request in response to an advertise if the initial timeout has expired.
Uncomment 'hostname' in dhcpcd.conf (Closes: #1089598) Debian really wants DDNS to work out of the box, so let's uncomment 'hostname' in /etc/dhcpcd.conf until this has been fixed upstream.
[PATCH] DHCP6: Discard less preferred ADVERTISMENTs until IRT If we get a preference value of 255 then request immediately. More RFC 8415 18.2.1 support, inspired by #376.