Created attachment 212120 [details] udpbroadcastrelay New port for udpbroadcastrelay. It allows you to relay broadcast and multicast traffic over different networks. With this piece of software you can have SONOS speakers in different VLANs or route IPTV traffic. It works similar to net/pimd but it's a generic approach, not depending on multicast-only.
I'll take it
A commit references this bug: Author: decke Date: Wed Mar 4 10:53:03 UTC 2020 New revision: 527753 URL: https://svnweb.freebsd.org/changeset/ports/527753 Log: udbproadcastrelay is a USB multicast relayer. Its intended use is to rebroadbcast udp packets on a specific port across interfaces, be those interfaces physical or VLAN. It is used where devices such as Sonos or Sky are spread accross different subnets and are not able to detect the servers or devices. WWW: https://github.com/marjohn56/udpbroadcastrelay PR: 244573 Submitted by: Michael Muenz <m.muenz@gmail.com> Changes: head/net/Makefile head/net/udpbroadcastrelay/ head/net/udpbroadcastrelay/Makefile head/net/udpbroadcastrelay/distinfo head/net/udpbroadcastrelay/pkg-descr
Committed. Thanks!