From 405cb449c8dc4e8d9f6c788d828d4ab7dcc01e10 Mon Sep 17 00:00:00 2001 From: Jukka Rissanen Date: Tue, 24 Jun 2025 17:35:40 +0300 Subject: [PATCH] doc: migration-guide-4.2: Add DNS server reconfiguration info Add information how the DNS reconfiguration API functions dns_resolve_reconfigure() and dns_resolve_reconfigure_with_interfaces() have changed. Signed-off-by: Jukka Rissanen --- doc/releases/migration-guide-4.2.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/releases/migration-guide-4.2.rst b/doc/releases/migration-guide-4.2.rst index 553c83ffa0a..6fd802b0655 100644 --- a/doc/releases/migration-guide-4.2.rst +++ b/doc/releases/migration-guide-4.2.rst @@ -549,6 +549,11 @@ Networking the previously used ``NET_REQUEST_ETHERNET_GET_QAV_PARAM`` and ``NET_REQUEST_ETHERNET_GET_QAV_PARAM`` options. +* The DNS server resolver configuration functions :c:func:`dns_resolve_reconfigure` and + :c:func:`dns_resolve_reconfigure_with_interfaces` now require that the user supplies + the source of the DNS server information. For example when DNS server information is + received via DHCPv4, then :c:enumerator:`DNS_SOURCE_DHCPV4` needs to be specified. + LwM2M =====