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 4f0b8d0 commit 094d233Copy full SHA for 094d233
doc/releases/release-notes-4.1.rst
@@ -287,6 +287,13 @@ New APIs and options
287
288
* :kconfig:option:`CONFIG_MDNS_RESPONDER_PROBE`
289
290
+ * Ethernet
291
+
292
+ * Allow user to specify protocol extensions when receiving data from Ethernet network.
293
+ This makes it possible to register a handler for Ethernet protocol type without changing
294
+ core Zephyr network code. :c:macro:`NET_L3_REGISTER`
295
+ * :kconfig:option:`CONFIG_NET_L2_ETHERNET_RESERVE_HEADER`
296
297
* HTTP
298
299
* Extended :c:macro:`HTTP_SERVICE_DEFINE` to allow to specify a default
0 commit comments