Bug 290825 - [NEW PORT] net/mcast-bridge Multicast Bridge
Summary: [NEW PORT] net/mcast-bridge Multicast Bridge
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Renato Botelho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-11-05 21:03 UTC by Denny Page
Modified: 2025-11-12 13:21 UTC (History)
1 user (show)

See Also:


Attachments
Patch to add mcast-bridge (3.48 KB, patch)
2025-11-05 21:04 UTC, Denny Page
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Denny Page 2025-11-05 21:03:22 UTC
Multicast Bridge (mcast-bridge) is a daemon for forwarding Multicast
UDP data between network interfaces. It is intended for use by systems
such as firewalls to provide local bridging of multicast across network
segments, for both IPv4 and IPv6.
Comment 1 Denny Page 2025-11-05 21:04:46 UTC
Created attachment 265194 [details]
Patch to add mcast-bridge
Comment 2 commit-hook freebsd_committer freebsd_triage 2025-11-12 13:21:33 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=30e4e43a1fa27c5b14448e29c9fc529d18e21ad9

commit 30e4e43a1fa27c5b14448e29c9fc529d18e21ad9
Author:     Denny Page <dennypage@me.com>
AuthorDate: 2025-11-12 13:19:29 +0000
Commit:     Renato Botelho <garga@FreeBSD.org>
CommitDate: 2025-11-12 13:20:45 +0000

    net/mcast-bridge: Add new port

    Daemon for forwarding Multicast UDP data between network interfaces.
    It is intended for use by systems such as firewalls to provide
    local bridging of multicast across network segments, for both IPv4
    and IPv6.
    PR:             290825
    Sponsored by:   Rubicon Communications, LLC ("Netgate")

 net/Makefile                                 |  1 +
 net/mcast-bridge/Makefile (new)              | 22 ++++++++++++++++++++
 net/mcast-bridge/distinfo (new)              |  3 +++
 net/mcast-bridge/files/mcast_bridge.in (new) | 30 ++++++++++++++++++++++++++++
 net/mcast-bridge/pkg-descr (new)             |  4 ++++
 net/mcast-bridge/pkg-plist (new)             |  3 +++
 6 files changed, 63 insertions(+)