Skip to content

Commit 405cb44

Browse files
jukkarkartben
authored andcommitted
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 <[email protected]>
1 parent f1a9ff9 commit 405cb44

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/releases/migration-guide-4.2.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -549,6 +549,11 @@ Networking
549549
the previously used ``NET_REQUEST_ETHERNET_GET_QAV_PARAM`` and
550550
``NET_REQUEST_ETHERNET_GET_QAV_PARAM`` options.
551551

552+
* The DNS server resolver configuration functions :c:func:`dns_resolve_reconfigure` and
553+
:c:func:`dns_resolve_reconfigure_with_interfaces` now require that the user supplies
554+
the source of the DNS server information. For example when DNS server information is
555+
received via DHCPv4, then :c:enumerator:`DNS_SOURCE_DHCPV4` needs to be specified.
556+
552557
LwM2M
553558
=====
554559

0 commit comments

Comments
 (0)