ipv6: add 6relayd (RD-, DHCPv6- & NDP-Proxy)
authorSteven Barth <cyrus@openwrt.org>
Tue, 30 Oct 2012 07:14:07 +0000 (07:14 +0000)
committerSteven Barth <cyrus@openwrt.org>
Tue, 30 Oct 2012 07:14:07 +0000 (07:14 +0000)
commit1fe7efbddb91770c1d65912f23af607ac891a63a
tree004cf95c32193f29d6dd07638e9eece99bfb7777
parentf0634ee32b67ed74d8abf485b3cd57271121fe65
ipv6: add 6relayd (RD-, DHCPv6- & NDP-Proxy)

6relayd is an IPv6-tool that relays IPv6-management protocols like router
discovery, neighbor discovery and DHCPv6 so that clients on routed
(non-bridged) interfaces can use the public address prefix, DHCPv6 and
DNS-service of a master interface. This is useful to avoid NAT in chained
IPv6-routers.

SVN-Revision: 34008
package/network/ipv6/6relayd/Makefile [new file with mode: 0644]
package/network/ipv6/6relayd/files/6relayd.hotplug [new file with mode: 0644]
package/network/ipv6/6relayd/files/6relayd.init [new file with mode: 0644]