Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | ipv6: remove now unneeded source-dest-routing workarounds | Steven Barth | 2015-05-19 |
| | | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 45700 | ||
* | odhcp6c: Fix white space errors | Steven Barth | 2015-04-28 |
| | | | | | | Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> SVN-Revision: 45585 | ||
* | network: shorten names of generated interfaces | Steven Barth | 2015-04-17 |
| | | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 45476 | ||
* | odhcp6c: silence "bad number" warnings | Steven Barth | 2015-04-15 |
| | | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 45449 | ||
* | odhcpd: avoid illegal memory access in some corner cases | Steven Barth | 2015-04-14 |
| | | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 45428 | ||
* | odhcp6c: move IPv6 /proc config to userspace and sanitize | Steven Barth | 2015-04-10 |
| | | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 45358 | ||
* | odhcp6c: add 464xlat integration, fix dslite integration | Steven Barth | 2015-04-09 |
| | | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 45323 | ||
* | odhcp6c: fix typo in last commit | Steven Barth | 2014-10-08 |
| | | | | SVN-Revision: 42852 | ||
* | odhcp6c: don't assign addresses or prefixes prematurely | Steven Barth | 2014-10-08 |
| | | | | SVN-Revision: 42850 | ||
* | odhcp6c: add route-workaround for broken IPv6-ISPs | Steven Barth | 2014-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: Fix white space typo in dhcpv6.script | Steven Barth | 2014-07-30 |
| | | | | | | Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> SVN-Revision: 41893 | ||
* | odhcp6c: suppress fw3 warnings | Felix Fietkau | 2014-07-26 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41833 | ||
* | softwires: redesign dhcp(v6) provisioning | Steven Barth | 2014-07-24 |
| | | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 41823 | ||
* | dhcpv6: set default solicit timeout back to 120s | Steven Barth | 2014-06-04 |
| | | | | | | This deliberatly breaks RFC 7083 since its not really user-friendly. SVN-Revision: 41001 | ||
* | odhcp6c: export passthru options as netifd data | Steven Barth | 2014-05-23 |
| | | | | SVN-Revision: 40825 | ||
* | netifd: Fix nested protocols going offline at reload + various route issues | Steven Barth | 2014-05-09 |
| | | | | | | Much thanks to Hans Dedecker SVN-Revision: 40746 | ||
* | odhcp6c: bring up nested interfaces on config change | Steven Barth | 2014-05-09 |
| | | | | SVN-Revision: 40745 | ||
* | odhcp6c: some more fixes for map / lw4o6 support | Steven Barth | 2014-05-08 |
| | | | | SVN-Revision: 40728 | ||
* | odhcp6c: add preliminary support for MAP provisioning | Steven Barth | 2014-04-30 |
| | | | | SVN-Revision: 40604 | ||
* | odhcp6c: Add renew handler for proto dhcpv6 | Felix Fietkau | 2014-04-05 |
| | | | | | | Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 40386 | ||
* | odhcp6c: add preliminary CER-ID support | Steven Barth | 2014-03-31 |
| | | | | SVN-Revision: 40351 | ||
* | 6rd / ds-lite: make the firewall-zones of nested-protocols configurable | Steven Barth | 2014-03-26 |
| | | | | SVN-Revision: 40020 | ||
* | odhcp6c: pass on delegate-flag on to ds-lite interface | Steven Barth | 2014-03-13 |
| | | | | SVN-Revision: 39910 | ||
* | odhcp6c: readd userclass and vendorclass | Steven Barth | 2014-02-18 |
| | | | | SVN-Revision: 39628 | ||
* | odhcp6c: add validation rules to proto handler | John Crispin | 2014-02-18 |
| | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39624 | ||
* | odhcp6c: remove source-restriction from local routes again (broke relaying) | Steven Barth | 2014-02-12 |
| | | | | SVN-Revision: 39575 | ||
* | odhcp6c: Add support for userclass and vendorclass | Steven Barth | 2014-02-05 |
| | | | | SVN-Revision: 39478 | ||
* | odhcp6c: Revert to slightly modified version of old behaviour | Steven Barth | 2014-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 addresses | Steven Barth | 2014-02-02 |
| | | | | SVN-Revision: 39451 | ||
* | odhcp6c: Use sourcerouting by default | Steven Barth | 2014-01-17 |
| | | | | SVN-Revision: 39311 | ||
* | Convert DHCP->6rd and DHCPv6->DS-Lite autoconfig to dynamic interface | Steven Barth | 2013-12-15 |
| | | | | SVN-Revision: 39061 | ||
* | odhcp6c: add source routing support | Steven Barth | 2013-12-15 |
| | | | | SVN-Revision: 39058 | ||
* | odhcp6c: improve server selection, introduce "forceprefix" option | Steven Barth | 2013-10-07 |
| | | | | SVN-Revision: 38314 | ||
* | odhcp6c: add missing config parameter | Steven Barth | 2013-07-03 |
| | | | | SVN-Revision: 37148 | ||
* | odhcp6c: Add missing config option "ifaceid" | Steven Barth | 2013-06-25 |
| | | | | SVN-Revision: 37033 | ||
* | odhcp6c: Add option to override interface identifier in RA-client | Steven Barth | 2013-06-18 |
| | | | | SVN-Revision: 36959 | ||
* | odhcp6c: added support for DS-Lite + various fixes | Steven Barth | 2013-05-13 |
| | | | | SVN-Revision: 36625 | ||
* | odhcp6c: Make SLAAC-only work without reqprefix=no | Steven Barth | 2013-05-06 |
| | | | | | | | | | Previously if the upstream router did not provide any DHCPv6-service the wan6 interface would not come up even if RAs were received. The new behavior allows the wan6 interface to comeup with RA-only configuration after a timeout of 10s. SVN-Revision: 36555 | ||
* | odhcp6c: various bugfixes * Don't prematurely send RENEW / REBIND when T1 or ↵ | Steven Barth | 2013-03-08 |
| | | | | | | 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 well | Steven Barth | 2013-02-12 |
| | | | | SVN-Revision: 35570 | ||
* | odhcp6c: allow IPv6-config via SLAAC-only if no prefix is requested | Steven Barth | 2013-02-01 |
| | | | | SVN-Revision: 35421 | ||
* | odhcp6c: switch to userspace RA-handling and offload address assignment to ↵ | Steven Barth | 2013-02-01 |
| | | | | | | netifd SVN-Revision: 35419 | ||
* | odhcp6c: remove IPv6 forwarding-sysctl workaround | Steven Barth | 2013-01-29 |
| | | | | SVN-Revision: 35370 | ||
* | odhcp6c: work-around for proto-script to avoid loosing the default route | Steven Barth | 2013-01-28 |
| | | | | SVN-Revision: 35345 | ||
* | odhcp6c: Send RS on start | Steven Barth | 2013-01-13 |
| | | | | SVN-Revision: 35137 | ||
* | odhcp6c: Add preliminary proto-handler | Steven Barth | 2013-01-13 |
SVN-Revision: 35135 |