diff --git a/doc/releases/migration-guide-3.6.rst b/doc/releases/migration-guide-3.6.rst index 812beba9a703abd..74e9050771bef7f 100644 --- a/doc/releases/migration-guide-3.6.rst +++ b/doc/releases/migration-guide-3.6.rst @@ -157,6 +157,10 @@ Networking a NULL pointer. IGMPv3 can be enabled using the Kconfig ``CONFIG_NET_IPV4_IGMPV3``. (:github:`65293`) +* The network stack uses now separate IPv4 TTL (time-to-live) value for multicast packets. Before + the same TTL value was used for unicast and multicast packets. The IPv6 hop limit value is also + changed so that unicast and multicast packets can have different hop limit values. + Other Subsystems ================