2004-10-09 08:13:40 +02:00
|
|
|
config BR2_PACKAGE_MROUTED
|
2004-12-26 08:36:59 +01:00
|
|
|
bool "mrouted"
|
2013-10-09 22:25:47 +02:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2004-10-09 08:13:40 +02:00
|
|
|
help
|
2004-12-26 08:36:59 +01:00
|
|
|
An implementation of the DVMRP multicast routing protocol.
|
2021-01-23 11:31:52 +01:00
|
|
|
Unlike PIM a DVMRP router has a distance vector protocol (like
|
|
|
|
RIP) built-in to figure out the reverse-path to the multicast
|
|
|
|
source. This package comes with mrouted and mroutectl. Where
|
|
|
|
the latter is used to query status and control operation.
|
|
|
|
|
|
|
|
Note: at least two interfaces with MULTICAST flag is requried.
|
2004-10-09 08:13:40 +02:00
|
|
|
|
2010-12-12 22:53:49 +01:00
|
|
|
http://github.com/troglobit/mrouted
|