diff options
author | cyrus <cyrus@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-10-30 07:14:07 +0000 |
---|---|---|
committer | cyrus <cyrus@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-10-30 07:14:07 +0000 |
commit | d3309f03fc9e4375e9b45ff31cb0eb513718591a (patch) | |
tree | 3d0f7d15f7f6f63b274f333fffaf41dd3eb5774f /package/network/ipv6/6relayd/files/6relayd.hotplug | |
parent | 550a8ae8a930637a6585d5acc59e430a6f513f50 (diff) |
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.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34008 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/ipv6/6relayd/files/6relayd.hotplug')
-rw-r--r-- | package/network/ipv6/6relayd/files/6relayd.hotplug | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/network/ipv6/6relayd/files/6relayd.hotplug b/package/network/ipv6/6relayd/files/6relayd.hotplug new file mode 100644 index 000000000..e29a34a09 --- /dev/null +++ b/package/network/ipv6/6relayd/files/6relayd.hotplug @@ -0,0 +1,2 @@ +#!/bin/sh +/etc/init.d/6relayd enabled && /etc/init.d/6relayd start |