Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 665314 - net-misc/mcproxy-1.1.1: New package
Summary: net-misc/mcproxy-1.1.1: New package
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2018-09-05 21:20 UTC by Conrad Kostecki
Modified: 2018-09-29 10:43 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Conrad Kostecki gentoo-dev 2018-09-05 21:20:35 UTC
IGMP/MLD proxies offer the possibility option to combine
local multicast networks with a larger multicast infrastructure.
In contrast to multicast routers, proxies are lightweight and
do not require the support of a multicast routing protocol such as PIM or DVMRP.
A common use case is a local stub networks that interconnects with
a remote multicast routing domain, e.g. via a tunnel.
But it can also be used in PMIPv6 domain to enable multicast for sources and listeners (RFC 6224).
The Mcproxy meets the requirements of the IGMP/MLD proxying standard (RFC 4605)
and has additional functionalities. The multicast proxy can be instantiated multiple times,
is dynamically configurable at runtime, supports multiple upstreams and peering-interfaces
for a non hierarchical interconnection of multicast proxies.
Comment 1 Larry the Git Cow gentoo-dev 2018-09-29 10:43:35 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2716879722854bcd457b1ceb7025db16f4f2a179

commit 2716879722854bcd457b1ceb7025db16f4f2a179
Author:     Conrad Kostecki <conrad@kostecki.com>
AuthorDate: 2018-09-05 21:20:07 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2018-09-29 10:43:30 +0000

    net-misc/mcproxy: New package
    
    Closes: https://bugs.gentoo.org/665314
    Signed-off-by: Conrad Kostecki <conrad@kostecki.com>
    Package-Manager: Portage-2.3.49, Repoman-2.3.10
    Signed-off-by: Michał Górny <mgorny@gentoo.org>
    Closes: https://github.com/gentoo/gentoo/pull/9787

 net-misc/mcproxy/Manifest                          |  1 +
 .../mcproxy/files/fix_checksum_calculation.patch   | 41 ++++++++++++++++
 net-misc/mcproxy/files/mcproxy.confd               |  5 ++
 net-misc/mcproxy/files/mcproxy.initd               | 27 +++++++++++
 net-misc/mcproxy/files/mcproxy.service             | 10 ++++
 net-misc/mcproxy/mcproxy-1.1.1.ebuild              | 55 ++++++++++++++++++++++
 net-misc/mcproxy/metadata.xml                      | 29 ++++++++++++
 7 files changed, 168 insertions(+)