File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ Networking
248248
249249* The Ethernet bridge shell is moved under network shell. This is done so that
250250 all the network shell activities can be found under ``net `` shell command.
251- After this change the bridge shell is used by ``net bridge `` command.
251+ After this change the bridge shell is used by ``net bridge `` command. ( :github: ` 77235 `)
252252
253253* The Ethernet bridging code is changed to allow similar configuration experience
254254 as in Linux. The bridged Ethernet interface can be used normally even if bridging
@@ -260,7 +260,7 @@ Networking
260260 removed as same functionality can be achieved using promiscuous API.
261261 Because the bridge interface is a normal network interface,
262262 the :c:func: `eth_bridge_iface_add ` and :c:func: `eth_bridge_iface_remove `
263- will take network interface pointer as a first parameter.
263+ will take network interface pointer as a first parameter. ( :github: ` 77987 `)
264264
265265* To facilitate use outside of the networking subsystem, the network buffer header file was renamed
266266 from :zephyr_file: `include/zephyr/net/buf.h ` to :zephyr_file: `include/zephyr/net_buf.h ` and the
You can’t perform that action at this time.
0 commit comments