Is there a tool to generate layer 2 multicast traffic on Linux (debian/raspberry/ubuntu). Need it for testing purpose. Need to monitor some netfilter rules. Expecting no one on the other side to listen to this traffic or send any response. Just that the traffic should reach the destination. I believe NIC accepts Layer 2 multicast traffic without any additional config, so tcpdump and wireshark will be able to sniff the traffic on the listening host. Or maybe wireshark converts NIC to promiscuous mode which enables to sniff multicast traffic.
Thanks