Skip to content

dhcp: include "dhcp6_ntp_server" in Dhcp6Config

Lubomir Rintel requested to merge lr/dhcp6-ntp-server into main

Works for the internal DHCP client only as sd-dhcp does the option parsing for us.

The option 56 is not understood by dhclient so we would need to parse it ourselves. Let's not do it for now, as the RFC seems to written in a somewhat poor taste.

https://bugzilla.redhat.com/show_bug.cgi?id=2047415#c2

Merge request reports