diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-03 12:53:01 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-03 12:53:01 +0000 |
commit | 25bfff5314a2f5ec3a5d216d6a26f4d01758328d (patch) | |
tree | 0d8d23205fa0b40990a9b1c56c56cf7d76a25792 /package/mrd6/Config.in | |
parent | 9e517163758b78358f18d19639c2a85cdb73e6a8 (diff) |
Added mrd6 package : IPv6 multicast routing daemon
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2816 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mrd6/Config.in')
-rw-r--r-- | package/mrd6/Config.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/package/mrd6/Config.in b/package/mrd6/Config.in new file mode 100644 index 0000000000..cacebe2ac4 --- /dev/null +++ b/package/mrd6/Config.in @@ -0,0 +1,14 @@ +config BR2_PACKAGE_MRD6 + prompt "mrd6.............................. IPv6 multicast routing daemon" + tristate + default m if CONFIG_DEVEL + help + Multicast is becoming a major component in next generation + networks, used in several scenarios, from video broadcasting + to multimedia conferencing. In order to be implemented, new + technology needs supporting hardware and software across a set + of devices and systems. MRD6 is an implementation of a modular + IPv6 Multicast Routing Framework for the Linux operating system + and provides MLDv2 (as well as MLDv1), PIM-SM and MBGP support. + + http://artemis.av.it.pt/mrd6/ |