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 <jukka.rissanen@nordicsemi.no>
This commit is contained in:
Jukka Rissanen 2025-06-24 17:35:40 +03:00 committed by Benjamin Cabé
parent f1a9ff97cb
commit 405cb449c8

View File

@ -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
=====