2013-12-16 16:58:21 +01:00
|
|
|
config BR2_PACKAGE_SMCROUTE
|
|
|
|
bool "smcroute"
|
2014-06-03 15:10:03 +02:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2013-12-16 16:58:21 +01:00
|
|
|
help
|
|
|
|
SMCRoute is a command line tool to manipulate the multicast
|
|
|
|
routes of a UNIX kernel. It supports both IPv4 and IPv6 multicast
|
2015-04-23 00:14:34 +02:00
|
|
|
routing. SMCRoute can be used as an alternative to dynamic
|
2013-12-16 16:58:21 +01:00
|
|
|
multicast routers like mrouted or pimd in setups where static
|
|
|
|
multicast routes should be maintained and/or no proper IGMP or
|
|
|
|
MLD signaling exists.
|
|
|
|
|
|
|
|
https://github.com/troglobit/smcroute
|