Page MenuHomeFreeBSD

vtnet: allow IFF_ALLMULTI to be set without VIRTIO_NET_F_CTRL_RX
ClosedPublic

Authored by kp on Aug 8 2023, 12:35 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Nov 13, 10:30 PM
Unknown Object (File)
Oct 11 2024, 7:05 PM
Unknown Object (File)
Oct 1 2024, 4:58 PM
Unknown Object (File)
Oct 1 2024, 1:50 PM
Unknown Object (File)
Sep 28 2024, 12:06 AM
Unknown Object (File)
Sep 24 2024, 6:58 PM
Unknown Object (File)
Sep 24 2024, 4:12 PM
Unknown Object (File)
Sep 23 2024, 6:47 PM

Details

Summary

If the host doesn't announce VIRTIO_NET_F_CTRL_RX we cannot disable all
multicast traffic. Previously we'd refuse to set the IFF_ALLMULTI flag,
which is the exact opposite of what is actually happening.

This broke things such as igmpproxy.

See also: https://redmine.pfsense.org/issues/14301
Sponsored by: Rubicon Communications, LLC ("Netgate")

Diff Detail

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