summaryrefslogtreecommitdiff
path: root/package/network/ipv6/6relayd/files/6relayd.init
Commit message (Collapse)AuthorAgeFilesLines
* 6relayd: superseded by odhcpdSteven Barth2014-06-011-161/+0
| | | | SVN-Revision: 40893
* 6relayd: try to workaround race condition at startupSteven Barth2014-01-021-3/+3
| | | | SVN-Revision: 39184
* 6relayd: make route preference and prefix on-link flag configurableSteven Barth2013-06-111-0/+8
| | | | SVN-Revision: 36922
* 6relayd: Add stateful DHCPv6-support (IA_NA) * Add management_level option ↵Steven Barth2013-05-171-1/+19
| | | | | | (0: set O-flag, >=1: set M-flag) * Add support for static DHCPv6-leases * Various fixes for DHCPv6-PD SVN-Revision: 36654
* 6relayd: Add DHCPv6-PD server support, fix relaying in stateful modeSteven Barth2013-04-221-1/+1
| | | | SVN-Revision: 36381
* 6relayd: Fix config behaviour for rewrite_dns_addr optionSteven Barth2013-02-261-1/+1
| | | | SVN-Revision: 35804
* 6relayd: compatibility with broken IPv6 devices * Announce ULA as deprecated ↵Steven Barth2013-02-261-2/+7
| | | | | | if other addresses are available * Allow the announced DNS-server to be overwritten SVN-Revision: 35803
* 6relayd: remove IPv6 forwarding-sysctl workaroundSteven Barth2013-01-291-1/+0
| | | | SVN-Revision: 35371
* 6relayd: fix shell library includes in init-scriptSteven Barth2013-01-211-2/+5
| | | | | | Thanks to Daniel Golle SVN-Revision: 35262
* 6relayd: avoid a race-condition with looping RAsSteven Barth2013-01-211-0/+1
| | | | SVN-Revision: 35260
* 6relayd: Rewrite init-script logicSteven Barth2013-01-131-41/+83
| | | | SVN-Revision: 35133
* 6relayd: Fix some RFC 6204 compatibility issuesSteven Barth2012-11-291-6/+1
| | | | SVN-Revision: 34419
* 6relayd: various updates & fixes - Add RD- and DHCPv6-server functionality - ↵Steven Barth2012-11-161-23/+23
| | | | | | Rework configuration and add example UCI file - Fix various bugs and be more RFC compliant SVN-Revision: 34204
* 6relayd: auto-configure local interfaces as wellSteven Barth2012-10-311-1/+1
| | | | SVN-Revision: 34027
* ipv6: add 6relayd (RD-, DHCPv6- & NDP-Proxy)Steven Barth2012-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. SVN-Revision: 34008