Skip to content

conf:networkd: Added DHCP options to allow resolve of address in local domain

Tobias Kahlki requested to merge fix_gf_network into kirkstone

Without the ClientIdentifier option, networkd auto-generates a unique id which it uses to request a IP address. This results in a different behaviour than udhcpc which is used in Flash-N-Go System. The UseDNS and UseDomains options are used to configure the nameserver and search domain correctly, when using DHCP.

Merge request reports