aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/ipv6/odhcp6c
Commit message (Expand)AuthorAgeFilesLines
* odhcp6c: more compatibility fixesSteven Barth2013-09-051-2/+2
* odhcp6c: avoid integer overflows in resend logicSteven Barth2013-07-031-2/+2
* odhcp6c: add missing config parameterSteven Barth2013-07-032-1/+2
* odhcp6c: Add missing config option "ifaceid"Steven Barth2013-06-252-1/+2
* odhcp6c: Add option to override interface identifier in RA-clientSteven Barth2013-06-182-4/+6
* odhcp6c: add sanity checks for NDP and MTU parameters from RAsSteven Barth2013-06-131-2/+2
* odhcp6c: work around spurious false-positive address DECLINEsSteven Barth2013-05-311-2/+2
* odhcp6c: fix handling of multiple RAs in a rowSteven Barth2013-05-311-2/+2
* odhcp6c: fix or debug disappearing IPv6 addressesSteven Barth2013-05-281-2/+2
* odhcp6c: Various fixes * Honour T1 and T2 values from servers better * Correc...Steven Barth2013-05-211-2/+2
* odhcp6c: Fix address / prefix expiry logicSteven Barth2013-05-201-2/+2
* odhcp6c: Fix handling of RAs when no DHCPv6-server is presentSteven Barth2013-05-151-2/+2
* package: fold the IPv6 menu into NetworkFelix Fietkau2013-05-141-2/+2
* odhcp6c: added support for DS-Lite + various fixesSteven Barth2013-05-133-4/+19
* odhcp6c: Make SLAAC-only work without reqprefix=noSteven Barth2013-05-062-3/+7
* odhcp6c: Set default SOL_MAX_RT to 1hSteven Barth2013-04-241-2/+2
* odhcp6c: Several fixes and improvements * Add preliminary support for RFC 660...Steven Barth2013-04-221-2/+2
* odhcp6c: Fix a race-condition in RA-handlingSteven Barth2013-03-261-2/+2
* odhcp6c: minor bug fixesSteven Barth2013-03-251-2/+2
* odhcp6c: Fix metric for on-link prefix routesSteven Barth2013-03-201-2/+2
* odhcp6c: fix preference handling, custom client-ID * thanks to mbidewell for ...Steven Barth2013-03-181-2/+2
* odhcp6c: various bugfixes * Don't prematurely send RENEW / REBIND when T1 or ...Steven Barth2013-03-082-4/+7
* odhcp6c: allow setting a user-provided prefix as wellSteven Barth2013-02-123-3/+7
* odhcp6c: Various bugfixes * Don't send undesired suggestions for preferred an...Steven Barth2013-02-111-2/+2
* odhcp6c: Fix timing issuesSteven Barth2013-02-031-2/+2
* odhcp6c: Fix RENEW and REBIND requestsSteven Barth2013-02-021-2/+2
* odhcp6c: allow IPv6-config via SLAAC-only if no prefix is requestedSteven Barth2013-02-012-6/+6
* odhcp6c: switch to userspace RA-handling and offload address assignment to ne...Steven Barth2013-02-013-30/+54
* odhcp6c: remove IPv6 forwarding-sysctl workaroundSteven Barth2013-01-292-4/+2
* odhcp6c: work-around for proto-script to avoid loosing the default routeSteven Barth2013-01-282-20/+11
* odhcp6c: Fix address assignment with infinite validitySteven Barth2013-01-211-2/+2
* odhcp6c: Fix parsing more than one DNS serverSteven Barth2013-01-181-2/+2
* odhcp6c: Detect a different MAC if interface has none * Fixes DHCPv6 behaviou...Steven Barth2013-01-171-2/+2
* odhcp6c: Send RS on startSteven Barth2013-01-132-1/+4
* odhcp6c: Add preliminary proto-handlerSteven Barth2013-01-133-1/+129
* odhcp6c: Add support for SNTP and SIP optionsSteven Barth2013-01-021-3/+2
* odhcp6c: Fix build on arch where char is unsignedSteven Barth2012-12-221-2/+2
* odhcp6c: Add new embedded DHCPv6 clientSteven Barth2012-11-291-0/+37