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