diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2020-03-04 10:53:02 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2020-03-04 10:53:02 +0000 |
commit | 5fcc56c4ab02b37929976b09cf4cc295d813cbd9 (patch) | |
tree | 54abb4a8892d9cef820faaf0c6df5d7a88c49a78 /net/Makefile | |
parent | 93ee34fceb63ddd72a924e5d5c04096d95184557 (diff) |
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>
Notes
Notes:
svn path=/head/; revision=527753
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index b56b1961fc27..a764c45785cb 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1484,6 +1484,7 @@ SUBDIR += twitux SUBDIR += u6rd SUBDIR += ucarp + SUBDIR += udpbroadcastrelay SUBDIR += udptunnel SUBDIR += udpxy SUBDIR += udt |