Annotation of embedaddon/mrouted/debian/control, revision 1.1.1.1
1.1 misho 1: Source: mrouted
2: Section: net
3: Priority: optional
4: Maintainer: Joachim Nilsson <troglobit@vmlinux.org>
5: Build-Depends: debhelper (>= 7), bison | byacc | btyacc
6: Standards-Version: 3.9.1
7:
8: Package: mrouted
9: Architecture: any
10: Homepage: http://github.com/troglobit/mrouted
11: Depends: ${shlibs:Depends}
12: Conflicts: pimd, smcroute
13: Description: Multicast routing daemon for closely located users in LAN networks.
14: Mrouted is an implementation of the Distance-Vector Multicast Routing
15: Protocol (DVMRP), an earlier version of which is specified in RFC-1075.
16: .
17: Mrouted turns a UNIX workstation into a DVMRP multicast router with tunnel
18: support, in order to cross non-multicast-aware routers. The tunnels are
19: virtual point-to-point, IP-IP tunnel, links between a pair of mrouted routers.
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>