diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-01-03 12:53:01 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-01-03 12:53:01 +0000 |
commit | 1c59bfaaf40a3da51600e2fbfff62cfd85012fd9 (patch) | |
tree | 610ae23e4d4a766a69337b02b1f665e16594b7e3 /openwrt/package/mrd6/Config.in | |
parent | 4bdead278b222dfd48403a65d276808253c17ef2 (diff) | |
download | mtk-20170518-1c59bfaaf40a3da51600e2fbfff62cfd85012fd9.zip mtk-20170518-1c59bfaaf40a3da51600e2fbfff62cfd85012fd9.tar.gz mtk-20170518-1c59bfaaf40a3da51600e2fbfff62cfd85012fd9.tar.bz2 |
Added mrd6 package : IPv6 multicast routing daemon
SVN-Revision: 2816
Diffstat (limited to 'openwrt/package/mrd6/Config.in')
-rw-r--r-- | openwrt/package/mrd6/Config.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/openwrt/package/mrd6/Config.in b/openwrt/package/mrd6/Config.in new file mode 100644 index 0000000..cacebe2 --- /dev/null +++ b/openwrt/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/ |