summaryrefslogtreecommitdiffstats
path: root/package/6in4/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* packages: sort network related packages into package/network/Felix Fietkau2012-10-101-42/+0
| | | | SVN-Revision: 33688
* 6in4, 6to4: further simplify protocol backends - use new default route ↵Jo-Philipp Wich2012-06-181-2/+0
| | | | | | dependencies to trigger bringup - remove old hotplug scripts SVN-Revision: 32428
* 6in4, 6to4: remove dependency on "ip"Jo-Philipp Wich2012-06-171-1/+1
| | | | SVN-Revision: 32403
* 6in4: use network_find_wan() and network_get_iapddr() to find local ip, use ↵Jo-Philipp Wich2012-06-171-2/+2
| | | | | | json_get_vars() to read settings SVN-Revision: 32400
* 6in4: remove old network scriptsFelix Fietkau2012-05-291-13/+2
| | | | SVN-Revision: 31981
* enable netifd by default and add its config variable to PKG_CONFIG_DEPENDS ↵Felix Fietkau2012-05-141-0/+2
| | | | | | in a few relevant places SVN-Revision: 31730
* 6in4: add netifd supportFelix Fietkau2012-03-191-4/+13
| | | | SVN-Revision: 31036
* 6in4: sync with HE.net endpoint update changesJo-Philipp Wich2011-10-171-2/+2
| | | | SVN-Revision: 28475
* 6in4, 6to4: prevent starting the tunnel if kmod-sit is not yet loaded (#9643)Jo-Philipp Wich2011-07-051-2/+2
| | | | SVN-Revision: 27449
* 6in4: re-establish tunnel also if no credentials are used (static setup)Jo-Philipp Wich2011-02-201-1/+1
| | | | SVN-Revision: 25627
* 6in4: implement metric optionJo-Philipp Wich2010-11-171-1/+1
| | | | SVN-Revision: 24022
* 6in4: - add log entries for update operations - always update tunnel, even ↵Jo-Philipp Wich2010-10-191-1/+1
| | | | | | 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
* add maintainer informationJo-Philipp Wich2010-09-301-0/+1
| | | | SVN-Revision: 23159
* 6in4: don't use abbreviated notation for 0.0.0.0/0, iproute apparently does ↵Jo-Philipp Wich2010-09-111-2/+2
| | | | | | not like it anymore SVN-Revision: 23022
* 6in4: replace sed match with variable substitution, change pattern from a-z ↵Jo-Philipp Wich2010-09-041-1/+1
| | | | | | to a-f (hex only) SVN-Revision: 22893
* 6in4: bypass uci state when reading local IPv4 addr, specify TTL during ↵Jo-Philipp Wich2010-08-191-1/+1
| | | | | | tunnel creation (#7769) SVN-Revision: 22708
* 6in4: fix local address detection on ppp links (#7728)Jo-Philipp Wich2010-08-121-1/+1
| | | | SVN-Revision: 22605
* 6in4: automatically determine wan interface in hotplug eventsJo-Philipp Wich2010-07-091-1/+1
| | | | SVN-Revision: 22102
* 6in4: - support to automatically determine the local endpoint address from ↵Jo-Philipp Wich2010-05-281-1/+3
| | | | | | the current IPv4 default gateway - support updating the tunnel endpoint for he.net SVN-Revision: 21612
* add 6in4 - support for static IPv6-in-IPv4 tunnels through /etc/config/networkJo-Philipp Wich2010-05-281-0/+41
SVN-Revision: 21589