aboutsummaryrefslogtreecommitdiff
path: root/package/network/ipv6/odhcp6c
Commit message (Collapse)AuthorAge
...
* odhcp6c: avoid some unnecessary big mallocsSteven Barth2014-10-25
| | | | SVN-Revision: 43056
* odhcp6c: fix parse errors with some dhcpv6 serversSteven Barth2014-10-12
| | | | SVN-Revision: 42869
* odhcp6c: fix typo in last commitSteven Barth2014-10-08
| | | | SVN-Revision: 42852
* odhcp6c: don't assign addresses or prefixes prematurelySteven Barth2014-10-08
| | | | SVN-Revision: 42850
* odhcp6c: ensure signal-safety of signal handlersSteven Barth2014-10-08
| | | | SVN-Revision: 42841
* odhcp6c: add route-workaround for broken IPv6-ISPsSteven Barth2014-10-06
| | | | | | | | | | | | | | Some ISP seem to only do stateful DHCPv6 and not sending RAs. This is technically broken because plain DHCPv6 doesn't carry routes. We work around here by faking a default route to the DHCPv6 server if we do not receive a useful RA from the ISP. This workaround can be turned off with: option fakeroutes 0 Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 42803
* odhcp6c: work around weird ISP RS behaviourSteven Barth2014-09-27
| | | | SVN-Revision: 42674
* odhcp6c: enable softwires support by defaultSteven Barth2014-08-25
| | | | SVN-Revision: 42274
* odhcp6c: Fix white space typo in dhcpv6.scriptSteven Barth2014-07-30
| | | | | | Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> SVN-Revision: 41893
* odhcp6c: suppress fw3 warningsFelix Fietkau2014-07-26
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41833
* softwires: redesign dhcp(v6) provisioningSteven Barth2014-07-24
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 41823
* odhcp6c: Send RS with source link-layer address if possibleSteven Barth2014-07-21
| | | | SVN-Revision: 41778
* dhcpv6: set default solicit timeout back to 120sSteven Barth2014-06-04
| | | | | | This deliberatly breaks RFC 7083 since its not really user-friendly. SVN-Revision: 41001
* odhcp6c: fix last commitSteven Barth2014-05-30
| | | | SVN-Revision: 40887
* odhcp6c: improve passthrough filterSteven Barth2014-05-30
| | | | SVN-Revision: 40886
* odhcp6c: improve passthru filterSteven Barth2014-05-23
| | | | SVN-Revision: 40826
* odhcp6c: export passthru options as netifd dataSteven Barth2014-05-23
| | | | SVN-Revision: 40825
* odhcp6c: add support for option passthruSteven Barth2014-05-23
| | | | SVN-Revision: 40824
* netifd: Fix nested protocols going offline at reload + various route issuesSteven Barth2014-05-09
| | | | | | Much thanks to Hans Dedecker SVN-Revision: 40746
* odhcp6c: bring up nested interfaces on config changeSteven Barth2014-05-09
| | | | SVN-Revision: 40745
* odhcp6c: some more fixes for map / lw4o6 supportSteven Barth2014-05-08
| | | | SVN-Revision: 40728
* odhcp6c: add preliminary support for MAP provisioningSteven Barth2014-04-30
| | | | SVN-Revision: 40604
* odhcp6c: fix recovering from status where all addresses have been lostSteven Barth2014-04-09
| | | | SVN-Revision: 40432
* odhcp6c: Add renew handler for proto dhcpv6Felix Fietkau2014-04-05
| | | | | | Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 40386
* odhcp6c: add preliminary CER-ID supportSteven Barth2014-03-31
| | | | SVN-Revision: 40351
* 6rd / ds-lite: make the firewall-zones of nested-protocols configurableSteven Barth2014-03-26
| | | | SVN-Revision: 40020
* odhcp6c: pass on delegate-flag on to ds-lite interfaceSteven Barth2014-03-13
| | | | SVN-Revision: 39910
* odhcpd/odhcp6c: fix HMAC-MD5 in DHCPv6-ReconfigureSteven Barth2014-03-11
| | | | SVN-Revision: 39868
* odhcp6c: fix int-overflow after 50d (thx Hauke Mehrtens)Steven Barth2014-03-07
| | | | SVN-Revision: 39785
* odhcp6c: several fixesSteven Barth2014-03-05
| | | | | | | * Reduce RA/DHCPv6 spam filter to 30s by default and make it configurable * Don't set nd_ra_{reachable,retransmit] to 0 when received in RAs SVN-Revision: 39775
* odhcp6c: readd userclass and vendorclassSteven Barth2014-02-18
| | | | SVN-Revision: 39628
* odhcp6c: add validation rules to proto handlerJohn Crispin2014-02-18
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39624
* odhcp6c: send reconfigure-accept again to be compliantSteven Barth2014-02-17
| | | | SVN-Revision: 39605
* odhcp6c: remove source-restriction from local routes again (broke relaying)Steven Barth2014-02-12
| | | | SVN-Revision: 39575
* odhcp6c: Fix timing and some regressions from yesterdaySteven Barth2014-02-06
| | | | SVN-Revision: 39502
* odhcp6c: Add support for userclass and vendorclassSteven Barth2014-02-05
| | | | SVN-Revision: 39478
* odhcp6c: Revert to slightly modified version of old behaviourSteven Barth2014-02-03
| | | | | | | | Latest changes broke source-restriction of on-link routes. Restoring old-behaviour but adding correct source-restrictions which prevents the offlink handler to remove the on-link route. SVN-Revision: 39454
* odhcp6c: improve handling of RA on-link routes and addressesSteven Barth2014-02-02
| | | | SVN-Revision: 39451
* odhcp6c: several bugfixes and improvementsSteven Barth2014-01-31
| | | | | | | | * Fixed broken stateless-mode (fixes #14863) * Support for multiple IAIDs, improved server compatibility, improved NTP/SNTP support and other fixes (thanks to T-Labs) SVN-Revision: 39433
* odhcp6c: Use sourcerouting by defaultSteven Barth2014-01-17
| | | | SVN-Revision: 39311
* odhcp6c: fix several small issues + decrease sizeSteven Barth2014-01-17
| | | | SVN-Revision: 39310
* Convert DHCP->6rd and DHCPv6->DS-Lite autoconfig to dynamic interfaceSteven Barth2013-12-15
| | | | SVN-Revision: 39061
* odhcp6c: add source routing supportSteven Barth2013-12-15
| | | | SVN-Revision: 39058
* odhcpd/6c: Add config menu for prefix class ext.Steven Barth2013-12-05
| | | | SVN-Revision: 38996
* odhcp6c: Multiple improvements and fixesSteven Barth2013-10-29
| | | | | | | | * Various RFC compliance fixes (thanks to Hans Dedecker) * Fix RA spam filter logic causing ipv6 connection issues * Fix parameters -F and -P being order dependent SVN-Revision: 38577
* odhcp6c: filter similar RAs spammed by some ISPsSteven Barth2013-10-23
| | | | SVN-Revision: 38505
* odhcp6c: fix parsing of IA_PD advertsSteven Barth2013-10-17
| | | | SVN-Revision: 38433
* odhcp6c: various fixesSteven Barth2013-10-14
| | | | | | | | | | * Make SOL_MAX_RT configurable and default back to 120s * Prefer servers with bigger prefixes (allows to use Comcast /60) * Don't hang indefinitely if DHCPv6 REQUEST is not answered Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 38393
* odhcp6c: improve server selection, introduce "forceprefix" optionSteven Barth2013-10-07
| | | | SVN-Revision: 38314
* odhcp6c: validate hop-limit on RAsSteven Barth2013-10-02
| | | | SVN-Revision: 38285