Skip to content

Commit 7582160

Browse files
jukkarhenrikbrixandersen
authored andcommitted
doc: migration-guide: 3.6: IPv4 TTL and IPv6 hoplimit changes
Add information about IPv4 TTL and IPv6 hoplimit changes for unicast and multicast packets. Signed-off-by: Jukka Rissanen <[email protected]>
1 parent f8c88a3 commit 7582160

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/releases/migration-guide-3.6.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,11 @@ Networking
203203
a NULL pointer. IGMPv3 can be enabled using the Kconfig ``CONFIG_NET_IPV4_IGMPV3``.
204204
(:github:`65293`)
205205

206+
* The network stack now uses a separate IPv4 TTL (time-to-live) value for multicast packets.
207+
Before, the same TTL value was used for unicast and multicast packets.
208+
The IPv6 hop limit value is also changed so that unicast and multicast packets can have a
209+
different one. (:github:`65886`)
210+
206211
Other Subsystems
207212
================
208213

0 commit comments

Comments
 (0)