We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ac2ab7 commit 860233dCopy full SHA for 860233d
doc/releases/migration-guide-4.1.rst
@@ -226,6 +226,10 @@ Networking
226
:c:macro:`PROMETHEUS_HISTOGRAM_DEFINE` and :c:macro:`PROMETHEUS_SUMMARY_DEFINE`
227
prototypes have changed. (:github:`81712`)
228
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.
233
234
Other Subsystems
235
****************
0 commit comments