zephyr/subsys/net/lib/dhcpv4
Kris Wolff 991fd8d4d5 net: dhcpv4: update DNS address assignment to be optional
The DHCPv4 options always assigns the DNS address if the router
provides one through the DHCP callback. There are times a developer
may not always want to assign the server from the router, but only
manually assign them. Adding a Kconfig option for assigning the DNS
address and defaulting to true to not interfere with previously
expected functionality.

Signed-off-by: Kris Wolff <kwolff@wavelynx.com>
2025-01-02 16:03:25 +01:00
..
CMakeLists.txt
dhcpv4_internal.h net: dhcpv4: Reimplement RENEW/REBIND logic according to RFC2131 2024-06-13 17:50:52 +02:00
dhcpv4_server.c net: sockets: socket_service: remove k_work related code 2024-10-23 11:32:21 +02:00
dhcpv4.c net: dhcpv4: update DNS address assignment to be optional 2025-01-02 16:03:25 +01:00
Kconfig net: dhcpv4: update DNS address assignment to be optional 2025-01-02 16:03:25 +01:00