summaryrefslogtreecommitdiffstats
path: root/package/network/ipv6/6relayd/files/6relayd.init
Commit message (Collapse)AuthorAgeFilesLines
* 6relayd: compatibility with broken IPv6 devicescyrus2013-02-261-2/+7
| | | | | | | * Announce ULA as deprecated if other addresses are available * Allow the announced DNS-server to be overwritten git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35803 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6relayd: remove IPv6 forwarding-sysctl workaroundcyrus2013-01-291-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35371 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6relayd: fix shell library includes in init-scriptcyrus2013-01-211-2/+5
| | | | | | Thanks to Daniel Golle git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35262 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6relayd: avoid a race-condition with looping RAscyrus2013-01-211-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35260 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6relayd: Rewrite init-script logiccyrus2013-01-131-41/+83
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35133 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6relayd: Fix some RFC 6204 compatibility issuescyrus2012-11-291-6/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34419 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6relayd: various updates & fixescyrus2012-11-161-23/+23
| | | | | | | | - Add RD- and DHCPv6-server functionality - Rework configuration and add example UCI file - Fix various bugs and be more RFC compliant git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34204 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6relayd: auto-configure local interfaces as wellcyrus2012-10-311-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34027 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ipv6: add 6relayd (RD-, DHCPv6- & NDP-Proxy)cyrus2012-10-301-0/+90
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