Commit graph

659 commits

Author SHA1 Message Date
Henning Rogge
465b4784bc Update to OONF v0.11.4 2016-04-25 08:23:31 +02:00
Henning Rogge
777fcc18a4 Update to OONF 0.11.3 2016-04-19 12:31:19 +02:00
Henning Rogge
99f2c955b3 Update to version 0.11.2 2016-03-17 14:16:25 +01:00
Henning Rogge
f6523a6ae9 Update to OONF 0.11.1 2016-03-12 00:47:32 +01:00
Henning Rogge
5e24cbc069 Forgot to change to switch from os_socket to os_fd for OONF 2016-02-29 19:04:46 +01:00
Henning Rogge
7f970ae58d OONF version 0.11.0 2016-02-28 21:32:15 +01:00
Henning Rogge
678ca49420 update to v0.9.2 2015-09-08 18:26:36 +02:00
Bastian Bittorf
0656bdac9b Merge pull request #127 from HRogge/for-14.07
OONF Init script fix for the case that /var/etc does not exist
2015-08-13 14:53:39 +02:00
Henning Rogge
3144a9028c Move OONF temporary config to /var/run 2015-08-12 16:59:30 +02:00
Henning Rogge
530e8c47db Merge remote-tracking branch 'openwrt/for-14.07' into for-14.07 2015-08-10 14:10:22 +02:00
Henning Rogge
0d7353bc70 OONF Init script fix for the case that /var/etc does not exist 2015-08-10 13:53:13 +02:00
Bastian Bittorf
7b166ede6e Merge pull request #124 from HRogge/for-14.07
Unified Openwrt startup scripts for OONF
2015-08-06 22:45:33 +02:00
Henning Rogge
a84e564f85 Unified Openwrt startup scripts for OONF 2015-08-06 22:31:56 +02:00
Bastian Bittorf
c8f5a485a7 Merge pull request #118 from HRogge/for-14.07
OONF v0.9.1 for barrier breaker
2015-08-05 16:21:31 +02:00
Henning Rogge
0db0048832 OONF v0.9.1 for barrier breaker 2015-08-05 13:14:44 +02:00
Bastian Bittorf
932b4ec738 Merge pull request #109 from westbywest/for-14.07
[olsrd] adapt init script for 0.6.8 (PingCmd option)
2015-07-03 19:59:51 +02:00
André Gaul
87d52fc40d [olsrd] adapt init script for 0.6.8 (PingCmd option)
olsrd 0.6.8 accepts a PingCmd parameter as of
http://olsr.org/git/?p=olsrd.git;a=commitdiff;h=0a26c52af3941eb9060b193cae5552f8d13fd28e.
The PingCmd is a string of the form "ping -c 1 -q %s" where %s is
replaced with an IP. This commit allows for '%' characters in an olsrd
option.
2015-07-01 17:30:48 -05:00
Bastian Bittorf
00e5c81841 olsrd: for14.07: 0.9.0.1 -> 0.9.0.2 (bugfix-release) 2015-07-01 21:34:13 +02:00
Bastian Bittorf
4a5132cc66 olsrd: Makefile version typo: 0.9.1 -> 0.9.0.1 2015-06-19 13:20:36 +02:00
Bastian Bittorf
212640f11d olsrd: 14.07-branch: bump to new version 0.9.1 (bugfixes)
We did a bug-fix release of olsrd v1.
It fixes a route-recalculation issue and at least one crash.

Everyone using olsrd v1 is strongly urged to upgrade, especially people
using Smart-Gateway.

The shortlog is appended.

0.9.0.1 -------------------------------------------------------------------

Ferry Huberts (3):
      neighbors: signal link changes when deleting a neighbor
      jsoninfo: do not output smart-gateway info when not enabled.
      txtinfo: do not output smart-gateway info when not enabled.

Henning Rogge (2):
      Update version after release of v0.9.0
      Release v0.9.0.1
2015-06-18 20:11:01 +02:00
Axel Neumann
c8aa5cd271 bmx6: bump to latest (auto tunOutTimeout) version 2015-06-16 15:21:36 +02:00
Bastian Bittorf
e0de429982 olsrd: bump to new release 0.9.0
see: https://lists.olsr.org/pipermail/olsr-dev/2015-June/007598.html

"Everyone using olsrd v1 is strongly urged to upgrade, especially people
using Smart-Gateway.

In this release the Multi-Smart-Gateway additions are declared stable.

Also, Smart-Gateway timeouts are now implemented, which is a major fix
to the Smart-Gateway system. These timeouts were missing ever since its
first implementation." (Ferry Huberts)
2015-06-12 21:34:01 +02:00
Axel Neumann
8e44826ef4 bmx6: bump to latest (--tunnel and --redistTable fixing) version 2015-06-05 10:50:31 +02:00
Pau
5d4ad63897 Merge pull request #68 from rogerpueyo/for-14.07
bmx6: update repository revision (bugfix)
2014-12-17 16:22:20 +01:00
Roger Pueyo Centelles
f6aa55e00a bmx6: update repository revision (bugfix) 2014-12-12 12:22:32 +01:00
Steven Barth
c08fe48bcd hnetd: stability and bug fixes 2014-09-26 09:34:15 +02:00
Casper Meijn
1a999ad02b babeld: create the directory for the config file before writing to it 2014-09-08 14:51:08 +02:00
Baptiste Jonglez
47f74d0041 babeld: Specify edge cases 2014-09-03 15:12:21 +02:00
Baptiste Jonglez
d26e5eb197 babeld: Backward compatibility with old config files
This allows to use the old syntax "config interface foo" for specifying an
interface.  The new syntax ("option ifname foo") takes precedence.

Also, old option names for the "general" section are translated
accordingly.  Exceptions are:

- 'hello_interval' and 'wired_hello_interval', which are now interface-specific;
- 'conf_file', since /etc/babeld.conf is now always used;

which are simply ignored.

Beware, the syntax for the 'diversity' option is not backward compatible.
2014-09-03 15:01:44 +02:00
Baptiste Jonglez
e30f3394d3 babeld: Update configuration file for new syntax 2014-09-03 15:01:44 +02:00
Baptiste Jonglez
8ff7cde48f babeld: Support default interface configuration
When a "section interface" does not have a "option ifname", all its
options are used as default interface options.
2014-09-03 15:01:44 +02:00
Baptiste Jonglez
06158b911e babeld: Take interface name from "option ifname"
Previously, we were using the name of the section as the interface name,
but this has several drawbacks:

- no "-" or other special characters are allowed in a section name,
  preventing some physical interface names to be specified this way
  (e.g. "tun-topeka" would not work)
- it is harder to support default interface options (no interface name)

This change is not backward compatible, but a later commit will fix that.
2014-09-03 15:01:44 +02:00
Baptiste Jonglez
a7a090d12e babeld: Handle ignore options 2014-09-03 15:01:44 +02:00
Baptiste Jonglez
bfbcaf87e6 babeld: Print an error when startup fails 2014-09-03 15:01:44 +02:00
Baptiste Jonglez
20004f09cb babeld: Generate a configuration file instead of passing cmdline arguments
This is the first step toward fixing issue #33.

This still lacks some features:

- no support for "ignore" options
- no backward compatibility for option names
- no support for default interface options
2014-09-03 15:01:44 +02:00
Baptiste Jonglez
6218a5ac03 babeld: Update to 1.5.1 2014-09-03 15:01:44 +02:00
Steven Barth
9a64273132 nat46: add map-t meta-package
Signed-off-by: Steven Barth <steven@midlink.org>
2014-09-02 13:57:19 +02:00
Steven Barth
1774c10dba hnetd: fix mdns-support
Signed-off-by: Steven Barth <steven@midlink.org>
2014-09-02 10:19:00 +02:00
Steven Barth
11ed2e8613 babels: update repository URL 2014-08-10 14:18:24 +02:00
Steven Barth
9d3c311fdd hnetd: fix ipv4 uplink detection 2014-07-31 17:41:23 +02:00
Steven Barth
d7616fd1f3 miniupnpd: fix integer conversion in NAT-PMP, update description
Signed-off-by: Steven Barth <steven@midlink.org>
2014-07-30 15:51:05 +02:00
Steven Barth
ba11f8d9d3 hnetd: more racecondition fixes 2014-07-29 19:24:46 +02:00
Steven Barth
4db1d6df19 hnetd: bump for more race condition fixes 2014-07-28 22:52:19 +02:00
Steven Barth
4cb5af2727 luci-app-bcp38: import from cerowrt 2014-07-25 19:10:17 +02:00
Steven Barth
7c17d3fa91 hnetd: stability fixes 2014-07-25 19:02:37 +02:00
Dave Taht
fd30ce0fc5 packages: BCP38 support for openwrt
This adds firewall support for blocking common invalid address
ranges, using ipset.
2014-07-25 19:01:11 +02:00
Simon Wunderlich
0af5c75f79 alfred: bump version to 2014.3.0
From the CHANGELOG:

 * fix various possible memleak, access errors and strncpy issues
 * handle fcntl return codes
 * fix altitude verification check in gpsd

Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
2014-07-24 12:58:36 +02:00
Markus Stenberg
0d53388e49 hnetd: Updated to latest. Various bugfixes, external and hybrid interface modes. 2014-07-18 01:09:16 +03:00
Steven Barth
6e0239002d hnetd: rework dependencies for luci-app-hnet 2014-07-14 15:03:44 +02:00
Steven Barth
2886e0c267 babels: bump to latest version 2014-07-13 19:26:33 +02:00