mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
7d3a75fa60
After this change, multicast packets will only be forwarded if multicast forwarding is enabled on the relevant NIC AND it is enabled for the relevant protocol (IPv4 or IPv6). Multicast forwarding at the protocol level will be tied to the lifetime of the IPv4/IPv6RoutingTableControllers. In particular, this change enables us to satisfy the following requirements: https://cs.opensource.google/fuchsia/fuchsia/+/main:sdk/fidl/fuchsia.net.multicast.admin/ipv4.fidl;l=20-21;drc=acd6519f50c92e30f18cc1816bd1c400759b533c Updates #7338. PiperOrigin-RevId: 455155793