Will setting a multicast destination address to FFFF.FFFF.FFFF make it a broadcast?

I’m working with a device that sends out UDP packets on a multicast address, however I see some packets addressed to the multicast group IP with a MAC address of FFFF.FFFF.FFFF. From what I’ve read my best guess is that this is an attempt to do a network wide broadcast from the multicast group. Here’s … Read more