kumquat-buildroot/package/mrouted/Config.in

14 lines
508 B
Plaintext
Raw Normal View History

2004-10-09 08:13:40 +02:00
config BR2_PACKAGE_MROUTED
2004-12-26 08:36:59 +01:00
bool "mrouted"
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.
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
http://github.com/troglobit/mrouted