aboutsummaryrefslogtreecommitdiff
path: root/package/network/ipv6/6in4/files/6in4.sh
Commit message (Collapse)AuthorAge
* ipv6: remove now unneeded source-dest-routing workaroundsSteven Barth2015-05-19
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 45700
* 6in4: make host dependency more specificSteven Barth2015-03-10
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 44635
* 6in4: fix update timeoutJo-Philipp Wich2015-02-08
| | | | | | | | | The recent rework of the 6in4 endpoint update broke the retry mechanism. Rework the timeout handling and make the update status more verbose. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44327
* 6in4: don't use /dev/stdout for wget callsJo-Philipp Wich2015-02-07
| | | | | | | | | Busybox ash does not implement /dev/stdout, therfore any wget output is written into a file /dev/stdout instead of onto the standard output. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44301
* 6in4: detect curl and busybox wgetSteven Barth2014-11-09
| | | | | | | | | | | | | | | | b52053b 6in4: https support for he.net tunnel api introduced HTTPS support using wget. The busybox version of wget, however, doesn't support the -V option, thus poluting logfiles with a full invalid-parameter-output. Redirect stderr to fix that. As libcurl and curl support selecting the SSL library of your choice, also add support for curl which is more commonly used on OpenWrt than "real" wget which needs libopenssl. Also make sure to respect SSL_CERT_DIR and increase timeouts. Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 43228
* 6in4: https support for he.net tunnel apiSteven Barth2014-10-30
| | | | | | | | | | HE.net tunnel update API requests are now made via https if an SSL-capable wget is installed. Certificate validation is conditionally enabled if the CA certs are available. Signed-off-by: Andrew Skalski <askalski@gmail.com> SVN-Revision: 43124
* 6in4: Tos supportSteven Barth2014-10-02
| | | | | | | | | | 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
* 6in4: send password unhashedJo-Philipp Wich2014-06-27
| | | | | | | | | | | | | | | 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
* 6in4: adjust update url (#16617)Jo-Philipp Wich2014-05-29
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 40876
* 6in4: add support for he.net updatekeySteven Barth2014-02-20
| | | | SVN-Revision: 39646
* 6in4: fix typo in config variable (fixes #14830)Steven Barth2014-01-20
| | | | SVN-Revision: 39347
* 6in4, 6rd, 6to4: Use source-restricted routes by defaultSteven Barth2014-01-17
| | | | SVN-Revision: 39307
* 6in4: fix typo in last commitSteven Barth2013-01-30
| | | | SVN-Revision: 35409
* 6in4: work around hanging wget processSteven Barth2013-01-30
| | | | SVN-Revision: 35408
* 6in4: add support for native IPv6 prefix handlingSteven Barth2013-01-15
| | | | SVN-Revision: 35171
* 6in4: make local ip6addr optionalJo-Philipp Wich2012-10-14
| | | | SVN-Revision: 33761
* packages: sort network related packages into package/network/Felix Fietkau2012-10-10
SVN-Revision: 33688