Is there a utility, or perhaps a netstat(1) command-line switch, to list multicast groups host is joined to and issuing IGMP reports for?
I'm debugging an issue, where, even thou there is no application reading from a multicast address, host is reporting couple of addresses.
AFAIK, on Linux, multicast groups can be listed with
I'm debugging an issue, where, even thou there is no application reading from a multicast address, host is reporting couple of addresses.
ffmpeg
have been started, recently, to process a multicast signal. However after ffmpeg
ends (or is interrupted), IGMP reports for this multicast group remains (verified with tcpdump(1) on both ends -- signal source and this host).AFAIK, on Linux, multicast groups can be listed with
ip maddr
; is there FreeBSD equivalent?