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