Page MenuHomeFreeBSD

igmp: do not upgrade IGMP version beyond net.inet.igmp.default_version
ClosedPublic

Authored by kp on Aug 29 2023, 9:47 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, May 12, 3:17 PM
Unknown Object (File)
Tue, May 12, 1:21 AM
Unknown Object (File)
Tue, May 12, 12:47 AM
Unknown Object (File)
Tue, Apr 28, 7:20 AM
Unknown Object (File)
Mon, Apr 27, 11:45 AM
Unknown Object (File)
Sat, Apr 25, 10:49 AM
Unknown Object (File)
Sun, Apr 19, 2:17 AM
Unknown Object (File)
Thu, Apr 16, 8:07 PM

Details

Summary

IGMP requires hosts to use the lowest version they've seen on the
network. When the IGMP timers expire we take the opportunity to upgrade again.
However, we did not take the net.inet.igmp.default_version sysctl
setting into account, so we could end up switching to IGMPv3 even if the
user had requested IGMPv2 or IGMPv1 via the sysctl.

Check V_igmp_default_version before we upgrade the IGMP version.

Sponsored by: Rubicon Communications, LLC ("Netgate")

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable