@Sylvain
One additional angle to add - issue manifests in the same way for a common secure home setup of VLANs and a server / box / machine with an iface per VLAN and running a multicast relay.
https://github.com/alsmith/multicast-relay - here's an example of a popular one that causes an immediate packet storm and brings down the HW and network.
Wireshark pcap looks the same as above, just add thousands of same relayed packets originating from the relay.
Problem is aggregated (but - I think - not caused) by APs sending multicast packets to individual VLANs using a source IP that doesn't even belong on that VLAN making the relays unable to connect the packet to an interface - hence relaying to all VLANs, including the originating VLAN.
I changed the relay code to skip all packets orginating from my mgmt VLAN, but that's not a maintainable solution.
I do strongly suggest adding ability to disable this feature altogether.
Couple of arguments:
- relays usually relay much more than just mDNS, hence you likely won't replace them for people who use them (which is probably most smart home operators that use VLANs).
- so if they have them - they don't need the additional feature on the AP that only has a potential to cause issues adding no value.
------------------------------
Tomek Kopczuk
------------------------------
Original Message:
Sent: 07-26-2024 11:51 AM
From: Sylvain
Subject: Disabling shared services π¨
This issue is currently under investigation.
Thanks to Doug who has provided detailed information and logs.
------------------------------
Sylvain Bouchard
------------------------------
Original Message:
Sent: 07-25-2024 02:54 PM
From: Doug
Subject: Disabling shared services π¨
I ran into another issue with shared services today...
I initially noticed a spike in CPU on several hosts last night:

I captured packets for just 47 seconds and saw 46,330 requests from a single AP:


I rebooted the AP and the problem went away. Clearly this feature is broken. I don't need it and just want to disable it. Help!
------------------------------
Doug Hoffman