aboutsummaryrefslogtreecommitdiffstats
path: root/package/6in4
Commit message (Collapse)AuthorAgeFilesLines
* AA: 6in4: backport r39646 and r40876 (#15054, #16617)Jo-Philipp Wich2014-05-292-6/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@40877 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: backport 6in4 from trunkSteven Barth2013-05-242-11/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@36706 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] 6in4, 6to4: further simplify protocol backendsJo-Philipp Wich2012-06-183-40/+5
| | | | | | | - use new default route dependencies to trigger bringup - remove old hotplug scripts git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32428 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] 6in4, 6to4: remove dependency on "ip"Jo-Philipp Wich2012-06-171-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32403 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] 6in4: change local4 option name back to ipaddrJo-Philipp Wich2012-06-171-5/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32401 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] 6in4: use network_find_wan() and network_get_iapddr() to find ↵Jo-Philipp Wich2012-06-172-42/+11
| | | | | | local ip, use json_get_vars() to read settings git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32400 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] /etc/functions.sh => /lib/functions.shJo-Philipp Wich2012-06-052-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32062 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6in4: remove old network scriptsFelix Fietkau2012-05-293-185/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31981 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6in4: remove some obsolete functionsFelix Fietkau2012-05-171-13/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31768 3c298f89-4303-0410-b956-a3cf2f4a3e73
* enable netifd by default and add its config variable to PKG_CONFIG_DEPENDS ↵Felix Fietkau2012-05-141-0/+2
| | | | | | in a few relevant places git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31730 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6in4: add netifd supportFelix Fietkau2012-03-195-103/+279
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31036 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] 6in4: sync with HE.net endpoint update changesJo-Philipp Wich2011-10-172-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28475 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] 6in4, 6to4: prevent starting the tunnel if kmod-sit is not yet ↵Jo-Philipp Wich2011-07-052-2/+7
| | | | | | loaded (#9643) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27449 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] 6in4: re-establish tunnel also if no credentials are used (static ↵Jo-Philipp Wich2011-02-202-2/+6
| | | | | | setup) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25627 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] 6in4: implement metric optionJo-Philipp Wich2010-11-172-2/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24022 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] 6in4:Jo-Philipp Wich2010-10-192-5/+18
| | | | | | | | | - add log entries for update operations - always update tunnel, even if wan ip is unchanged - use multiple wget tries before giving up, resolv.conf might not be ready when ifup is triggered git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23528 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] add maintainer informationJo-Philipp Wich2010-09-301-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23159 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] 6in4: don't use abbreviated notation for 0.0.0.0/0, iproute ↵Jo-Philipp Wich2010-09-112-3/+3
| | | | | | apparently does not like it anymore git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23022 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] 6in4: fix logic fail in previous commitJo-Philipp Wich2010-09-041-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22897 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] 6in4: replace sed match with variable substitution, change pattern ↵Jo-Philipp Wich2010-09-042-2/+2
| | | | | | from a-z to a-f (hex only) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22893 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] support pre-md5summed passwords in 6in4 scriptsFlorian Fainelli2010-09-041-1/+3
| | | | | | | | | | | | | The he.net ipv6 tunnels require that a user supply the md5sum of his password when updating the ipv4 tunnel endpoint. the 6in4 package supports this well, but requires that a user store his password in plaintext in uci. this patch tries to detect whether the password in uci is already an md5sum (32 characters containing only [a-z0-9]), so users can avoid storing plaintext passwords. Signed-off-by: Steven Brudenell <steven.brudenell@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22889 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] 6in4: fix typo in last commitJo-Philipp Wich2010-08-191-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22710 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] 6in4: bypass uci state when reading local IPv4 addr, specify TTL ↵Jo-Philipp Wich2010-08-192-5/+3
| | | | | | during tunnel creation (#7769) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22708 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] 6in4: fix local address detection on ppp links (#7728)Jo-Philipp Wich2010-08-122-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22605 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] 6in4: automatically determine wan interface in hotplug eventsJo-Philipp Wich2010-07-092-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22102 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] 6in4:Jo-Philipp Wich2010-05-283-16/+86
| | | | | | | | - support to automatically determine the local endpoint address from the current IPv4 default gateway - support updating the tunnel endpoint for he.net git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21612 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] add 6in4 - support for static IPv6-in-IPv4 tunnels through ↵Jo-Philipp Wich2010-05-282-0/+120
/etc/config/network git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21589 3c298f89-4303-0410-b956-a3cf2f4a3e73