Skip to content

Commit a43e516

Browse files
IVandeVeirecarlescufi
authored andcommitted
doc: migration guide: add note about IGMP migration
Added note about the migration steps needed to support the new IGMP api. The api now expects an additional argument used for joining an IGMPv3 group. Signed-off-by: Ibe Van de Veire <[email protected]>
1 parent 1d0f47b commit a43e516

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/releases/migration-guide-3.6.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,13 @@ Networking
139139
``request`` argument for :c:func:`coap_well_known_core_get` is made ``const``.
140140
(:github:`64265`)
141141

142+
* The IGMP multicast library now supports IGMPv3. This results in a minor change to the existing
143+
api. The :c:func:`net_ipv4_igmp_join` now takes an additional argument of the type
144+
``const struct igmp_param *param``. This allows IGMPv3 to exclude/include certain groups of
145+
addresses. If this functionality is not used or available (when using IGMPv2), you can safely pass
146+
a NULL pointer. IGMPv3 can be enabled using the Kconfig ``CONFIG_NET_IPV4_IGMPV3``.
147+
(:github:`65293`)
148+
142149
Other Subsystems
143150
================
144151

0 commit comments

Comments
 (0)