Skip to content

Commit 9327bfa

Browse files
jukkarcarlescufi
authored andcommitted
doc: releases: migration-guide-4.0: Add missing bridge GH links
The two Ethernet bridge sections were missing GH links. Signed-off-by: Jukka Rissanen <[email protected]>
1 parent cd4b854 commit 9327bfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/releases/migration-guide-4.0.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)