tcpdump -i <interface> -n -e icmp
UseCode: [Select]tcpdump -i <interface> -n -e icmpto find the source MAC address and look up the vendor prefix here:https://www.macvendorlookup.comThat should give you a hint about the device. You have a misconfigured $something connected to your network.
-i bridge0