Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 6in4, 6to4: further simplify protocol backends - use new default route ↵ | Jo-Philipp Wich | 2012-06-18 | 1 | -29/+0 |
| | | | | | | dependencies to trigger bringup - remove old hotplug scripts SVN-Revision: 32428 | ||||
* | /etc/functions.sh => /lib/functions.sh | Jo-Philipp Wich | 2012-06-05 | 1 | -1/+1 |
| | | | | SVN-Revision: 32062 | ||||
* | 6in4: add netifd support | Felix Fietkau | 2012-03-19 | 1 | -43/+4 |
| | | | | SVN-Revision: 31036 | ||||
* | 6in4: sync with HE.net endpoint update changes | Jo-Philipp Wich | 2011-10-17 | 1 | -2/+2 |
| | | | | SVN-Revision: 28475 | ||||
* | 6in4, 6to4: prevent starting the tunnel if kmod-sit is not yet loaded (#9643) | Jo-Philipp Wich | 2011-07-05 | 1 | -0/+5 |
| | | | | SVN-Revision: 27449 | ||||
* | 6in4: re-establish tunnel also if no credentials are used (static setup) | Jo-Philipp Wich | 2011-02-20 | 1 | -1/+5 |
| | | | | SVN-Revision: 25627 | ||||
* | 6in4: - add log entries for update operations - always update tunnel, even ↵ | Jo-Philipp Wich | 2010-10-19 | 1 | -4/+17 |
| | | | | | | if wan ip is unchanged - use multiple wget tries before giving up, resolv.conf might not be ready when ifup is triggered SVN-Revision: 23528 | ||||
* | 6in4: fix logic fail in previous commit | Jo-Philipp Wich | 2010-09-04 | 1 | -1/+1 |
| | | | | SVN-Revision: 22897 | ||||
* | 6in4: replace sed match with variable substitution, change pattern from a-z ↵ | Jo-Philipp Wich | 2010-09-04 | 1 | -1/+1 |
| | | | | | | to a-f (hex only) SVN-Revision: 22893 | ||||
* | support pre-md5summed passwords in 6in4 scripts | Florian Fainelli | 2010-09-04 | 1 | -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> SVN-Revision: 22889 | ||||
* | 6in4: automatically determine wan interface in hotplug events | Jo-Philipp Wich | 2010-07-09 | 1 | -1/+1 |
| | | | | SVN-Revision: 22102 | ||||
* | 6in4: - support to automatically determine the local endpoint address from ↵ | Jo-Philipp Wich | 2010-05-28 | 1 | -0/+44 |
the current IPv4 default gateway - support updating the tunnel endpoint for he.net SVN-Revision: 21612 |