xref: /OK3568_Linux_fs/buildroot/package/mrouted/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_MROUTED
2	bool "mrouted"
3	depends on BR2_USE_MMU # fork()
4	help
5	  An implementation of the DVMRP multicast routing protocol.
6	  Unlike PIM a DVMRP router has a distance vector protocol (like
7	  RIP) built-in to figure out the reverse-path to the multicast
8	  source. This package comes with mrouted and mroutectl.  Where
9	  the latter is used to query status and control operation.
10
11	  Note: at least two interfaces with MULTICAST flag is requried.
12
13	  http://github.com/troglobit/mrouted
14