aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/ipv6/6in4
Commit message (Collapse)AuthorAgeFilesLines
* Add more license tags with SPDX identifiersJohn Crispin2014-11-031-0/+3
| | | | | | | | | | | | | | | | | | Note, that licensing stuff is a nightmare: many packages does not clearly state their licenses, and often multiple source files are simply copied together - each with different licensing information in the file headers. I tried hard to ensure, that the license information extracted into the OpenWRT's makefiles fit the "spirit" of the packages, e.g. such small packages which come without a dedicated source archive "inherites" the OpenWRT's own license in my opinion. However, I can not garantee that I always picked the correct information and/or did not miss license information. Signed-off-by: Michael Heimpold <mhei@heimpold.de> SVN-Revision: 43155
* Add a few SPDX tagsSteven Barth2014-11-021-0/+1
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 43151
* 6in4: https support for he.net tunnel apiSteven Barth2014-10-302-3/+12
| | | | | | | | | | 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-021-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
* 6in4: send password unhashedJo-Philipp Wich2014-06-272-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
* 6in4: adjust update url (#16617)Jo-Philipp Wich2014-05-292-3/+3
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 40876
* 6in4: add support for he.net updatekeySteven Barth2014-02-202-4/+7
| | | | SVN-Revision: 39646
* 6in4: fix typo in config variable (fixes #14830)Steven Barth2014-01-201-1/+1
| | | | SVN-Revision: 39347
* 6in4, 6rd, 6to4: Use source-restricted routes by defaultSteven Barth2014-01-171-4/+12
| | | | SVN-Revision: 39307
* package: fold the IPv6 menu into NetworkFelix Fietkau2013-05-141-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36634
* 6in4: fix typo in last commitSteven Barth2013-01-301-1/+1
| | | | SVN-Revision: 35409
* 6in4: work around hanging wget processSteven Barth2013-01-302-3/+5
| | | | SVN-Revision: 35408
* 6in4: add support for native IPv6 prefix handlingSteven Barth2013-01-152-3/+6
| | | | SVN-Revision: 35171
* 6in4: make local ip6addr optionalJo-Philipp Wich2012-10-142-7/+9
| | | | SVN-Revision: 33761
* packages: sort network related packages into package/network/Felix Fietkau2012-10-102-0/+132
SVN-Revision: 33688