Skip to content

Commit 860233d

Browse files
rluboskartben
authored andcommitted
doc: migration-guide-4.1: Add note about default netmask value
Add an entry about a default IPv4 netmask value. Signed-off-by: Robert Lubos <[email protected]>
1 parent 6ac2ab7 commit 860233d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/releases/migration-guide-4.1.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,10 @@ Networking
226226
:c:macro:`PROMETHEUS_HISTOGRAM_DEFINE` and :c:macro:`PROMETHEUS_SUMMARY_DEFINE`
227227
prototypes have changed. (:github:`81712`)
228228

229+
* The default subnet mask on newly added IPv4 addresses is now specified with
230+
:kconfig:option:`CONFIG_NET_IPV4_DEFAULT_NETMASK` option instead of being left
231+
empty. Applications can still specify a custom netmask for an address with
232+
:c:func:`net_if_ipv4_set_netmask_by_addr` function if needed.
229233

230234
Other Subsystems
231235
****************

0 commit comments

Comments
 (0)