summaryrefslogtreecommitdiff
path: root/package/network/ipv6/odhcp6c/Makefile
Commit message (Collapse)AuthorAgeFilesLines
...
* odhcp6c: Fix a race-condition in RA-handlingSteven Barth2013-03-261-2/+2
| | | | | | Thanks to Markus Stenberg for investigating and providing a fix SVN-Revision: 36132
* odhcp6c: minor bug fixesSteven Barth2013-03-251-2/+2
| | | | SVN-Revision: 36123
* odhcp6c: Fix metric for on-link prefix routesSteven Barth2013-03-201-2/+2
| | | | SVN-Revision: 36094
* odhcp6c: fix preference handling, custom client-ID * thanks to mbidewell for ↵Steven Barth2013-03-181-2/+2
| | | | | | investigating SVN-Revision: 36083
* odhcp6c: various bugfixes * Don't prematurely send RENEW / REBIND when T1 or ↵Steven Barth2013-03-081-2/+2
| | | | | | T2 is > 1 day * Add "norelease" option to not send a RELEASE when stopping SVN-Revision: 35902
* odhcp6c: allow setting a user-provided prefix as wellSteven Barth2013-02-121-1/+1
| | | | SVN-Revision: 35570
* odhcp6c: Various bugfixes * Don't send undesired suggestions for preferred ↵Steven Barth2013-02-111-2/+2
| | | | | | and valid lifetimes * Be less verbose in logging SVN-Revision: 35553
* odhcp6c: Fix timing issuesSteven Barth2013-02-031-2/+2
| | | | SVN-Revision: 35472
* odhcp6c: Fix RENEW and REBIND requestsSteven Barth2013-02-021-2/+2
| | | | SVN-Revision: 35454
* odhcp6c: allow IPv6-config via SLAAC-only if no prefix is requestedSteven Barth2013-02-011-2/+2
| | | | SVN-Revision: 35421
* odhcp6c: switch to userspace RA-handling and offload address assignment to ↵Steven Barth2013-02-011-2/+2
| | | | | | netifd SVN-Revision: 35419
* odhcp6c: remove IPv6 forwarding-sysctl workaroundSteven Barth2013-01-291-1/+1
| | | | SVN-Revision: 35370
* odhcp6c: work-around for proto-script to avoid loosing the default routeSteven Barth2013-01-281-1/+1
| | | | SVN-Revision: 35345
* odhcp6c: Fix address assignment with infinite validitySteven Barth2013-01-211-2/+2
| | | | SVN-Revision: 35258
* odhcp6c: Fix parsing more than one DNS serverSteven Barth2013-01-181-2/+2
| | | | SVN-Revision: 35215
* odhcp6c: Detect a different MAC if interface has none * Fixes DHCPv6 ↵Steven Barth2013-01-171-2/+2
| | | | | | behaviour over PPP and similar SVN-Revision: 35189
* odhcp6c: Send RS on startSteven Barth2013-01-131-1/+1
| | | | SVN-Revision: 35137
* odhcp6c: Add preliminary proto-handlerSteven Barth2013-01-131-1/+4
| | | | SVN-Revision: 35135
* odhcp6c: Add support for SNTP and SIP optionsSteven Barth2013-01-021-3/+2
| | | | SVN-Revision: 34984
* odhcp6c: Fix build on arch where char is unsignedSteven Barth2012-12-221-2/+2
| | | | SVN-Revision: 34856
* odhcp6c: Add new embedded DHCPv6 clientSteven Barth2012-11-291-0/+37
SVN-Revision: 34421