Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | odhcp6c: fix parse errors with some dhcpv6 servers | Steven Barth | 2014-10-12 | 1 | -2/+2 |
| | | | | SVN-Revision: 42869 | ||||
* | odhcp6c: fix typo in last commit | Steven Barth | 2014-10-08 | 1 | -1/+1 |
| | | | | SVN-Revision: 42852 | ||||
* | odhcp6c: don't assign addresses or prefixes prematurely | Steven Barth | 2014-10-08 | 2 | -2/+5 |
| | | | | SVN-Revision: 42850 | ||||
* | odhcp6c: ensure signal-safety of signal handlers | Steven Barth | 2014-10-08 | 1 | -2/+2 |
| | | | | SVN-Revision: 42841 | ||||
* | odhcp6c: add route-workaround for broken IPv6-ISPs | Steven Barth | 2014-10-06 | 3 | -5/+21 |
| | | | | | | | | | | | | | | 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 | ||||
* | 6in4: Tos support | Steven Barth | 2014-10-02 | 1 | -2/+4 |
| | | | | | | | | | | Tos support is added as a string parameter which can have the following values : -inherit (outer header inherits the tos value of the inner header) -hex value Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> SVN-Revision: 42749 | ||||
* | 6to4: Tos support | Steven Barth | 2014-10-02 | 1 | -2/+4 |
| | | | | | | | | | | Tos support is added as a string parameter which can have the following values : -inherit (outer header inherits the tos value of the inner header) -hex value Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> SVN-Revision: 42748 | ||||
* | 6rd: Tos support | Steven Barth | 2014-10-02 | 1 | -2/+4 |
| | | | | | | | | | | Tos support is added as a string parameter which can have the following values : -inherit (outer header inherits the tos value of the inner header) -hex value Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> SVN-Revision: 42747 | ||||
* | map: fix portsets starting with 0 and use regular NAT for 1:1 MAP | Steven Barth | 2014-10-02 | 3 | -19/+31 |
| | | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 42741 | ||||
* | odhcp6c: work around weird ISP RS behaviour | Steven Barth | 2014-09-27 | 1 | -2/+2 |
| | | | | SVN-Revision: 42674 | ||||
* | odhcp6c: enable softwires support by default | Steven Barth | 2014-08-25 | 1 | -11/+2 |
| | | | | SVN-Revision: 42274 | ||||
* | odhcp6c: Fix white space typo in dhcpv6.script | Steven Barth | 2014-07-30 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> SVN-Revision: 41893 | ||||
* | odhcp6c: suppress fw3 warnings | Felix Fietkau | 2014-07-26 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41833 | ||||
* | softwires: redesign dhcp(v6) provisioning | Steven Barth | 2014-07-24 | 2 | -19/+26 |
| | | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 41823 | ||||
* | odhcp6c: Send RS with source link-layer address if possible | Steven Barth | 2014-07-21 | 1 | -2/+2 |
| | | | | SVN-Revision: 41778 | ||||
* | 6in4: send password unhashed | Jo-Philipp Wich | 2014-06-27 | 2 | -6/+2 |
| | | | | | | | | | | | | | | | The preferred he.net /nic/update endpoint expects the password or updatekey in plain text and not as md5 sum, therfore remove the hashing operation from the script. This effectively renders the "updatekey" option redundant but we keep it around for backwards compatibility. Both "option password" and "option updatekey" will have end up in the "&password=" parameter of the update url and are passed through unmodified. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 41358 | ||||
* | map: add support for map-t if available | Steven Barth | 2014-06-04 | 2 | -2/+48 |
| | | | | SVN-Revision: 41003 | ||||
* | dhcpv6: set default solicit timeout back to 120s | Steven Barth | 2014-06-04 | 2 | -3/+6 |
| | | | | | | This deliberatly breaks RFC 7083 since its not really user-friendly. SVN-Revision: 41001 | ||||
* | 6relayd: superseded by odhcpd | Steven Barth | 2014-06-01 | 5 | -255/+0 |
| | | | | SVN-Revision: 40893 | ||||
* | odhcp6c: fix last commit | Steven Barth | 2014-05-30 | 1 | -1/+1 |
| | | | | SVN-Revision: 40887 | ||||
* | odhcp6c: improve passthrough filter | Steven Barth | 2014-05-30 | 1 | -2/+2 |
| | | | | SVN-Revision: 40886 | ||||
* | 6in4: adjust update url (#16617) | Jo-Philipp Wich | 2014-05-29 | 2 | -3/+3 |
| | | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 40876 | ||||
* | odhcp6c: improve passthru filter | Steven Barth | 2014-05-23 | 1 | -1/+1 |
| | | | | SVN-Revision: 40826 | ||||
* | odhcp6c: export passthru options as netifd data | Steven Barth | 2014-05-23 | 1 | -0/+1 |
| | | | | SVN-Revision: 40825 | ||||
* | odhcp6c: add support for option passthru | Steven Barth | 2014-05-23 | 1 | -2/+2 |
| | | | | SVN-Revision: 40824 | ||||
* | Initial support for MAP-E and Lightweight 4over6 protocol | Steven Barth | 2014-05-22 | 4 | -0/+597 |
| | | | | SVN-Revision: 40823 | ||||
* | netifd: Fix nested protocols going offline at reload + various route issues | Steven Barth | 2014-05-09 | 1 | -2/+0 |
| | | | | | | Much thanks to Hans Dedecker SVN-Revision: 40746 | ||||
* | odhcp6c: bring up nested interfaces on config change | Steven Barth | 2014-05-09 | 1 | -0/+2 |
| | | | | SVN-Revision: 40745 | ||||
* | odhcp6c: some more fixes for map / lw4o6 support | Steven Barth | 2014-05-08 | 2 | -2/+3 |
| | | | | SVN-Revision: 40728 | ||||
* | odhcp6c: add preliminary support for MAP provisioning | Steven Barth | 2014-04-30 | 3 | -4/+45 |
| | | | | SVN-Revision: 40604 | ||||
* | 6rd: Select first IPv4 address from configured tunlink interface as local ↵ | Steven Barth | 2014-04-24 | 2 | -3/+8 |
| | | | | | | | | | | tunnel address Gives the user the control to select the correct WAN IPv4 address to be used by the 6rd tunnel when mutiple WAN interfaces are configured Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> SVN-Revision: 40566 | ||||
* | ds-lite: disable NAT according to RFC 7084 | Steven Barth | 2014-04-14 | 2 | -1/+8 |
| | | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 40511 | ||||
* | odhcp6c: fix recovering from status where all addresses have been lost | Steven Barth | 2014-04-09 | 1 | -2/+2 |
| | | | | SVN-Revision: 40432 | ||||
* | ds-lite: compatibility with ISPs that only offer public PDs | Steven Barth | 2014-04-08 | 2 | -5/+9 |
| | | | | SVN-Revision: 40422 | ||||
* | odhcp6c: Add renew handler for proto dhcpv6 | Felix Fietkau | 2014-04-05 | 1 | -0/+9 |
| | | | | | | Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 40386 | ||||
* | odhcp6c: add preliminary CER-ID support | Steven Barth | 2014-03-31 | 2 | -2/+15 |
| | | | | SVN-Revision: 40351 | ||||
* | 6rd / ds-lite: make the firewall-zones of nested-protocols configurable | Steven Barth | 2014-03-26 | 7 | -10/+23 |
| | | | | SVN-Revision: 40020 | ||||
* | odhcp6c: pass on delegate-flag on to ds-lite interface | Steven Barth | 2014-03-13 | 3 | -3/+6 |
| | | | | SVN-Revision: 39910 | ||||
* | odhcpd/odhcp6c: fix HMAC-MD5 in DHCPv6-Reconfigure | Steven Barth | 2014-03-11 | 1 | -2/+2 |
| | | | | SVN-Revision: 39868 | ||||
* | odhcp6c: fix int-overflow after 50d (thx Hauke Mehrtens) | Steven Barth | 2014-03-07 | 1 | -2/+2 |
| | | | | SVN-Revision: 39785 | ||||
* | odhcp6c: several fixes | Steven Barth | 2014-03-05 | 1 | -2/+2 |
| | | | | | | | * 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 | ||||
* | 6in4: add support for he.net updatekey | Steven Barth | 2014-02-20 | 2 | -4/+7 |
| | | | | SVN-Revision: 39646 | ||||
* | odhcp6c: readd userclass and vendorclass | Steven Barth | 2014-02-18 | 1 | -0/+2 |
| | | | | SVN-Revision: 39628 | ||||
* | odhcp6c: add validation rules to proto handler | John Crispin | 2014-02-18 | 1 | -13/+11 |
| | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39624 | ||||
* | odhcp6c: send reconfigure-accept again to be compliant | Steven Barth | 2014-02-17 | 1 | -2/+2 |
| | | | | SVN-Revision: 39605 | ||||
* | odhcp6c: remove source-restriction from local routes again (broke relaying) | Steven Barth | 2014-02-12 | 2 | -3/+2 |
| | | | | SVN-Revision: 39575 | ||||
* | odhcp6c: Fix timing and some regressions from yesterday | Steven Barth | 2014-02-06 | 1 | -2/+2 |
| | | | | SVN-Revision: 39502 | ||||
* | odhcp6c: Add support for userclass and vendorclass | Steven Barth | 2014-02-05 | 2 | -4/+10 |
| | | | | SVN-Revision: 39478 | ||||
* | odhcp6c: Revert to slightly modified version of old behaviour | Steven Barth | 2014-02-03 | 2 | -4/+5 |
| | | | | | | | | 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 | 2 | -3/+3 |
| | | | | SVN-Revision: 39451 |