--- zzzz-none-000/linux-5.15.111/net/bridge/Kconfig 2023-05-11 14:00:40.000000000 +0000 +++ puma7-atom-6670-761/linux-5.15.111/net/bridge/Kconfig 2024-02-07 10:23:29.000000000 +0000 @@ -34,6 +34,24 @@ If unsure, say N. +config AVM_BRIDGE_FLOOD_RATELIMITER + bool "Port flood rate limiting" + depends on AVM_ENHANCED + depends on BRIDGE + default y + help + AVM extension + + This enables a simple, configurable bridge flood rate limiting mechanism, to + help protect accidental or willful network loops. You can configure a + maximum packet rate and a reserve. The reserve can be higher to allow for + short bursts. + + The ratelimiter will only limit packets which are forwarded on all ports. + Traffic (unicast and multicast) that is forwarded to specific ports is + unaffected. Locally generated traffic is unaffected as well. It is + disabled by default and must be configured through sysfs. + config BRIDGE_IGMP_SNOOPING bool "IGMP/MLD snooping" depends on BRIDGE @@ -84,3 +102,17 @@ Say N to exclude this support and reduce the binary size. If unsure, say N. + +config MCAST_PROXY + tristate "MCAST Proxy support" + depends on m + default n + help + Maxlinear Multicast Proxy support + +config MCAST_SNOOPING + bool "MCAST Snooping support" + default n + depends on BRIDGE_IGMP_SNOOPING=n + help + Maxlinear Multicast Snooping support