feed/routing.git
7 years agoReplace == operator in test with = operator. 239/head
Stefan Sperling [Sun, 6 Mar 2016 08:03:44 +0000 (09:03 +0100)]
Replace == operator in test with = operator.

Requested by bittorf in https://github.com/openwrt-routing/packages/pull/155

(cherry picked from commit cde0b2f81312df3153e67b46295051b34dc3904e)

7 years agoFix '/etc/init.d/olsrd6 restart' breaks IPv4 SmartGateway.
Stefan Sperling [Thu, 3 Mar 2016 20:06:38 +0000 (21:06 +0100)]
Fix '/etc/init.d/olsrd6 restart' breaks IPv4 SmartGateway.

Restarting olsrd for IPv6 clears SmartGateway firewall rules for both IPv4
and IPv6, and does not restore the IPv4 rules. As a result, IPv4 SmartGateway
functionality is broken after /etc/init.d/olsrd6 restart.

(cherry picked from commit f7ffb388b17fd327e85f7e0c386a9d175b14e44e)

7 years agoMerge pull request #235 from HRogge/for-15.05
Bastian Bittorf [Fri, 21 Oct 2016 11:00:41 +0000 (13:00 +0200)]
Merge pull request #235 from HRogge/for-15.05

Update to OONF version 0.13.0

7 years agoUpdate to OONF version 0.13.0 235/head
Henning Rogge [Fri, 21 Oct 2016 10:50:17 +0000 (12:50 +0200)]
Update to OONF version 0.13.0

7 years agoMerge pull request #229 from HRogge/for-15.05
Bastian Bittorf [Fri, 9 Sep 2016 18:16:54 +0000 (20:16 +0200)]
Merge pull request #229 from HRogge/for-15.05

Update to OONF 0.12.4

7 years agoUpdate to OONF 0.12.4 229/head
Henning Rogge [Sun, 4 Sep 2016 12:21:45 +0000 (14:21 +0200)]
Update to OONF 0.12.4

7 years agoMerge pull request #225 from HRogge/for-15.05
Bastian Bittorf [Thu, 18 Aug 2016 11:44:34 +0000 (13:44 +0200)]
Merge pull request #225 from HRogge/for-15.05

Update to OONF 0.12.3

7 years agoUpdate to OONF 0.12.3 225/head
Henning Rogge [Wed, 17 Aug 2016 15:21:10 +0000 (17:21 +0200)]
Update to OONF 0.12.3

7 years agoMerge pull request #218 from HRogge/for-15.05
Bastian Bittorf [Tue, 9 Aug 2016 11:15:14 +0000 (13:15 +0200)]
Merge pull request #218 from HRogge/for-15.05

Update to OONF 0.12.2 + coverity fix

7 years agoUpdate to OONF 0.12.2 + coverity fix 218/head
Henning Rogge [Mon, 1 Aug 2016 09:58:04 +0000 (11:58 +0200)]
Update to OONF 0.12.2 + coverity fix

7 years agoMerge pull request #214 from zorun/babeld_update_url_cc
zorun [Sat, 30 Jul 2016 11:36:02 +0000 (13:36 +0200)]
Merge pull request #214 from zorun/babeld_update_url_cc

babeld: Update source URL

7 years agobabeld: Update source URL 214/head
Baptiste Jonglez [Sat, 30 Jul 2016 11:29:00 +0000 (13:29 +0200)]
babeld: Update source URL

There is a HTTP redirection in place from the old URL to the new URL, but
better change it now than waiting for the redirection to disappear.

Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
7 years agobmx7: update source (fixing several DoS scenarios)
Axel Neumann [Wed, 20 Jul 2016 09:17:37 +0000 (11:17 +0200)]
bmx7: update source (fixing several DoS scenarios)

7 years agobmx7: update source (disable sysctl settings for net/ipv4/conf/{all|default})
Axel Neumann [Tue, 19 Jul 2016 14:01:49 +0000 (16:01 +0200)]
bmx7: update source (disable sysctl settings for net/ipv4/conf/{all|default})

7 years agobmx7: update source (fixing discarded dhm packet signatures)
Axel Neumann [Tue, 12 Jul 2016 13:00:23 +0000 (15:00 +0200)]
bmx7: update source (fixing discarded dhm packet signatures)

7 years agoMerge pull request #207 from ecsv/ecsv/batadv-cc-speedyjoin
lindnermarek [Wed, 6 Jul 2016 13:38:15 +0000 (21:38 +0800)]
Merge pull request #207 from ecsv/ecsv/batadv-cc-speedyjoin

CC: batman-adv: Fix speedy join in gateway client mode
7 years agobatman-adv: Fix speedy join in gateway client mode 207/head
Sven Eckelmann [Fri, 17 Jun 2016 13:54:03 +0000 (15:54 +0200)]
batman-adv: Fix speedy join in gateway client mode

Speedy join only works when the received packet is either broadcast or an
4addr unicast packet. Thus packets converted from broadcast to unicast via
the gateway handling code have to be converted to 4addr packets to allow
the receiving gateway server to add the sender address as temporary entry
to the translation table.

Not doing it will make the batman-adv gateway server drop the DHCP response
in many situations because it doesn't yet have the TT entry for the
destination of the DHCP response.

Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
7 years agobatman-adv: Add reference counting + nullptr fixes 206/head
Sven Eckelmann [Tue, 5 Jul 2016 10:03:44 +0000 (12:03 +0200)]
batman-adv: Add reference counting + nullptr fixes

 * Avoid nullptr dereference in bla after vlan_insert_tag
 * Avoid nullptr dereference in dat after vlan_insert_tag
 * Avoid tt_req_node list put for unhashed entry
 * Fix orig_node_vlan leak on orig_node_release
 * Fix non-atomic bla_claim::backbone_gw access
 * Fix reference leak in batadv_find_router
 * Free last_bonding_candidate on release of orig_node

Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
7 years agobmx7: update source
Axel Neumann [Fri, 1 Jul 2016 09:05:27 +0000 (11:05 +0200)]
bmx7: update source

7 years agominiupnpd: Fix UUID dependency not to check outside the tree, and use uuid always.
Markus Stenberg [Tue, 28 Jun 2016 12:18:30 +0000 (15:18 +0300)]
miniupnpd: Fix UUID dependency not to check outside the tree, and use uuid always.

7 years agoMerge pull request #202 from axet/for-15.05
Markus Stenberg [Mon, 27 Jun 2016 21:26:16 +0000 (00:26 +0300)]
Merge pull request #202 from axet/for-15.05

miniupnpd-2.0

7 years agoUpdate Makefile 202/head
Alexey Kuznetsov [Mon, 27 Jun 2016 17:07:55 +0000 (20:07 +0300)]
Update Makefile

7 years agominiupnpd-2.0
Alexey Kuznetsov [Mon, 27 Jun 2016 16:52:57 +0000 (19:52 +0300)]
miniupnpd-2.0

7 years agoMerge pull request #199 from HRogge/for-15.05
Bastian Bittorf [Mon, 20 Jun 2016 09:57:13 +0000 (11:57 +0200)]
Merge pull request #199 from HRogge/for-15.05

OONF v0.12.1

7 years agoOONF release 0.12.1 199/head
Henning Rogge [Tue, 7 Jun 2016 09:19:12 +0000 (11:19 +0200)]
OONF release 0.12.1

7 years agoMerge pull request #194 from ecsv/for-15.05/batman-adv
lindnermarek [Tue, 7 Jun 2016 06:25:35 +0000 (14:25 +0800)]
Merge pull request #194 from ecsv/for-15.05/batman-adv

batman-adv: Add fixes from upcoming 2016.2 release

7 years agobatman-adv: Add fixes from upcoming 2016.2 release 194/head
Sven Eckelmann [Mon, 6 Jun 2016 17:00:42 +0000 (19:00 +0200)]
batman-adv: Add fixes from upcoming 2016.2 release

The upcoming batman-adv 2016.2 contains multiple new features, code
refactoring and similar things. These may not be fitting for Chaos Calmer
but the changes in the maintenance branch (bugfixes) should be integrated
to increase the stability.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
7 years agobatman-adv: remove DEPENDS:=kmod-crypto-core
Alexander Couzens [Sun, 5 Jun 2016 01:47:51 +0000 (03:47 +0200)]
batman-adv: remove DEPENDS:=kmod-crypto-core

kmod-crypto-core was removed in openwrt/trunk svn 46820 and all
kconfig's are now built-in.

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Signed-off-by: Sven Eckelmann <sven@narfation.org>
7 years agobmx7: update code version
Axel Neumann [Sat, 4 Jun 2016 15:01:22 +0000 (17:01 +0200)]
bmx7: update code version

7 years agoUpdate to OONF 0.12.0
Henning Rogge [Tue, 31 May 2016 07:02:24 +0000 (09:02 +0200)]
Update to OONF 0.12.0

7 years agoMerge branch 'for-15.05' of github.com:HRogge/packages into for-15.05
Henning Rogge [Tue, 31 May 2016 07:02:05 +0000 (09:02 +0200)]
Merge branch 'for-15.05' of github.com:HRogge/packages into for-15.05

7 years agoMerge pull request #188 from HRogge/for-15.05
Bastian Bittorf [Wed, 25 May 2016 08:15:18 +0000 (10:15 +0200)]
Merge pull request #188 from HRogge/for-15.05

For 15.05

7 years agohnetd: Updated to RFC7787/7788 compliant version.
Markus Stenberg [Mon, 16 May 2016 21:13:29 +0000 (00:13 +0300)]
hnetd: Updated to RFC7787/7788 compliant version.

7 years agoohybridproxy: Bumped to latest (has bunch of bugfixes).
Markus Stenberg [Mon, 16 May 2016 21:13:09 +0000 (00:13 +0300)]
ohybridproxy: Bumped to latest (has bunch of bugfixes).

7 years agoUpdate OONF to v0.11.7 188/head
Henning Rogge [Fri, 13 May 2016 13:05:06 +0000 (15:05 +0200)]
Update OONF to v0.11.7

7 years agoUpdate OONF to 0.11.6
Henning Rogge [Fri, 13 May 2016 08:48:35 +0000 (10:48 +0200)]
Update OONF to 0.11.6

7 years agoUpdate OONF packages to 0.11.5
Henning Rogge [Thu, 12 May 2016 18:17:27 +0000 (20:17 +0200)]
Update OONF packages to 0.11.5

7 years agobatman-adv: 2016.1 bugfixes & stability updates
Marek Lindner [Sat, 7 May 2016 12:42:44 +0000 (20:42 +0800)]
batman-adv: 2016.1 bugfixes & stability updates

Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
7 years agobmx7: bump version (report channel via topology plugin)
Axel Neumann [Fri, 6 May 2016 08:35:47 +0000 (10:35 +0200)]
bmx7: bump version (report channel via topology plugin)

7 years agobmx7: bump version (report link snr via topology plugin)
Axel Neumann [Fri, 6 May 2016 08:19:53 +0000 (10:19 +0200)]
bmx7: bump version (report link snr via topology plugin)

7 years agobatman-adv: revert partial cfg80211 kernel dependency
Marek Lindner [Thu, 5 May 2016 16:06:46 +0000 (00:06 +0800)]
batman-adv: revert partial cfg80211 kernel dependency

The entire batman-adv code relies on the kernel backports introduced
by the mac80211 package.

Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
7 years agobatman-adv: autoload cfg80211 kernel dependency
Marek Lindner [Thu, 5 May 2016 13:34:03 +0000 (21:34 +0800)]
batman-adv: autoload cfg80211 kernel dependency

Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
7 years agoAdd remotecontrol plugin to selectable Olsrd2 plugins
Henning Rogge [Thu, 5 May 2016 13:21:03 +0000 (14:21 +0100)]
Add remotecontrol plugin to selectable Olsrd2 plugins

7 years agoAdd optional packages to OONF olsrd2
Henning Rogge [Thu, 5 May 2016 12:59:44 +0000 (13:59 +0100)]
Add optional packages to OONF olsrd2

7 years ago[luci-app-bmx7] Add world icons resources
Roger Pueyo Centelles [Thu, 10 Mar 2016 12:42:29 +0000 (13:42 +0100)]
[luci-app-bmx7] Add world icons resources

7 years ago[luci-app-bmx7] Add Nodes view page
Roger Pueyo Centelles [Thu, 10 Mar 2016 12:41:35 +0000 (13:41 +0100)]
[luci-app-bmx7] Add Nodes view page

7 years ago[luci-app-bmx7] Add Nodes page menu entry
Roger Pueyo Centelles [Thu, 10 Mar 2016 12:41:21 +0000 (13:41 +0100)]
[luci-app-bmx7] Add Nodes page menu entry

7 years ago[luci-app-bmx7] Update configuration and installation definitions in Makefile
Roger Pueyo Centelles [Thu, 10 Mar 2016 11:18:27 +0000 (12:18 +0100)]
[luci-app-bmx7] Update configuration and installation definitions in Makefile

7 years ago[luci-app-bmx7] Add bmx7-info script to obtain JSON-formatted input for the Status...
Roger Pueyo Centelles [Thu, 10 Mar 2016 10:37:46 +0000 (11:37 +0100)]
[luci-app-bmx7] Add bmx7-info script to obtain JSON-formatted input for the Status page

7 years ago[luci-app-bmx7] Add BMX7 logo resource
Roger Pueyo Centelles [Thu, 10 Mar 2016 10:30:22 +0000 (11:30 +0100)]
[luci-app-bmx7] Add BMX7 logo resource

7 years ago[luci-app-bmx7] Add polling.js resource
Roger Pueyo Centelles [Thu, 10 Mar 2016 10:28:42 +0000 (11:28 +0100)]
[luci-app-bmx7] Add polling.js resource

7 years ago[luci-app-bmx7] Add Status view page
Roger Pueyo Centelles [Thu, 10 Mar 2016 10:28:10 +0000 (11:28 +0100)]
[luci-app-bmx7] Add Status view page

7 years ago[luci-app-bmx7] Add Status page menu entry
Roger Pueyo Centelles [Thu, 10 Mar 2016 10:21:12 +0000 (11:21 +0100)]
[luci-app-bmx7] Add Status page menu entry

7 years ago[luci-app-bmx7] Add empty controller and default configurations for BMX7 LuCI
Roger Pueyo Centelles [Thu, 10 Mar 2016 10:17:33 +0000 (11:17 +0100)]
[luci-app-bmx7] Add empty controller and default configurations for BMX7 LuCI

7 years ago[luci-app-bmx7] Create luci-app-bmx7 package structure including Makefile and
Roger Pueyo Centelles [Wed, 9 Mar 2016 23:56:35 +0000 (00:56 +0100)]
[luci-app-bmx7] Create luci-app-bmx7 package structure including Makefile and
COPYING license file

7 years agobmx7: bump to latest code version
Axel Neumann [Sun, 1 May 2016 15:03:21 +0000 (17:03 +0200)]
bmx7: bump  to latest code version

8 years agobatman-adv: upgrade package to latest release 2016.1
Marek Lindner [Mon, 25 Apr 2016 09:47:14 +0000 (17:47 +0800)]
batman-adv: upgrade package to latest release 2016.1

Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
8 years agobatctl: upgrade package to latest release 2016.1
Marek Lindner [Mon, 25 Apr 2016 09:45:00 +0000 (17:45 +0800)]
batctl: upgrade package to latest release 2016.1

Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
8 years agoMerge pull request #179 from HRogge/for-15.05
Bastian Bittorf [Mon, 25 Apr 2016 09:15:26 +0000 (11:15 +0200)]
Merge pull request #179 from HRogge/for-15.05

Update to OONF v0.11.4

8 years agoUpdate to OONF v0.11.4 179/head
Henning Rogge [Mon, 25 Apr 2016 06:21:47 +0000 (08:21 +0200)]
Update to OONF v0.11.4

8 years agoMerge pull request #175 from HRogge/for-15.05
Bastian Bittorf [Sat, 23 Apr 2016 15:28:03 +0000 (17:28 +0200)]
Merge pull request #175 from HRogge/for-15.05

Update to OONF 0.11.3

8 years agoUpdate to OONF 0.11.3 175/head
Henning Rogge [Tue, 19 Apr 2016 10:29:36 +0000 (12:29 +0200)]
Update to OONF 0.11.3

8 years ago[olsr, oonf] change to new repo
Sven Roederer [Fri, 18 Mar 2016 01:44:25 +0000 (02:44 +0100)]
[olsr, oonf] change to new repo

Conflicts:
olsrd/Makefile

Resolution:
leave olsrd Makefile untouched, since current URL is working

Signed-off-by: Gui Iribarren <gui@altermundi.net>
8 years agoMerge pull request #165 from HRogge/for-15.05
Bastian Bittorf [Sat, 19 Mar 2016 15:40:11 +0000 (16:40 +0100)]
Merge pull request #165 from HRogge/for-15.05

Update to version 0.11.2

8 years agoUpdate to version 0.11.2 165/head
Henning Rogge [Thu, 17 Mar 2016 13:11:18 +0000 (14:11 +0100)]
Update to version 0.11.2

8 years agoMerge pull request #159 from HRogge/for-15.05
Bastian Bittorf [Sun, 13 Mar 2016 15:24:22 +0000 (16:24 +0100)]
Merge pull request #159 from HRogge/for-15.05

Update to OONF 0.11.1

8 years agoUpdate to OONF 0.11.1 159/head
Henning Rogge [Fri, 11 Mar 2016 23:46:59 +0000 (00:46 +0100)]
Update to OONF 0.11.1

8 years agoMerge pull request #154 from HRogge/for-15.05
Bastian Bittorf [Fri, 4 Mar 2016 14:56:01 +0000 (15:56 +0100)]
Merge pull request #154 from HRogge/for-15.05

For 15.05

8 years agoForgot to change to switch from os_socket to os_fd for OONF 154/head
Henning Rogge [Mon, 29 Feb 2016 18:04:12 +0000 (19:04 +0100)]
Forgot to change to switch from os_socket to os_fd for OONF

8 years agoOONF version 0.11.0
Henning Rogge [Sun, 28 Feb 2016 20:31:24 +0000 (21:31 +0100)]
OONF version 0.11.0

8 years ago[luci-app-bmx6] When drawing the network topology graph, try first wget-ssl
Pau Escrich [Tue, 23 Feb 2016 11:58:32 +0000 (12:58 +0100)]
[luci-app-bmx6] When drawing the network topology graph, try first wget-ssl

Signed-off-by: Pau Escrich <p4u@dabax.net>
8 years agobabeld: release 1.7.1
Gabriel Kerneis [Fri, 12 Feb 2016 16:04:56 +0000 (17:04 +0100)]
babeld: release 1.7.1

Signed-off-by: Gabriel Kerneis <kerneis@google.com>
8 years agobmx7: update source: fix bmx7_tun plugin Makefile and new --setTrustedNode options
Axel Neumann [Mon, 15 Feb 2016 22:06:50 +0000 (23:06 +0100)]
bmx7: update source: fix bmx7_tun plugin Makefile and new --setTrustedNode options

8 years agobmx7: fix source url
Axel Neumann [Thu, 11 Feb 2016 06:17:01 +0000 (07:17 +0100)]
bmx7: fix source url

8 years agobmx7: separate bmx7 namespace for binaries, libs, config, runtimedir, ...
Axel Neumann [Wed, 10 Feb 2016 14:27:07 +0000 (15:27 +0100)]
bmx7: separate bmx7 namespace for binaries, libs, config, runtimedir, ...

8 years agocjdns: update source, bump release
Lars Gierth [Sat, 6 Feb 2016 03:55:04 +0000 (04:55 +0100)]
cjdns: update source, bump release

Signed-off-by: Lars Gierth <larsg@systemli.org>
8 years agocjdns: fix dependency on git revision
Lars Gierth [Sat, 6 Feb 2016 01:02:38 +0000 (02:02 +0100)]
cjdns: fix dependency on git revision

Signed-off-by: Lars Gierth <larsg@systemli.org>
8 years agobmx7 security enhanced mesh routing
Axel Neumann [Mon, 18 Jan 2016 12:47:48 +0000 (13:47 +0100)]
bmx7 security enhanced mesh routing

8 years agocjdns: update source
Daniel Golle [Thu, 14 Jan 2016 00:45:38 +0000 (01:45 +0100)]
cjdns: update source

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
8 years agoMerge pull request #142 from mmunz/for-15.05
Bastian Bittorf [Tue, 5 Jan 2016 07:15:03 +0000 (08:15 +0100)]
Merge pull request #142 from mmunz/for-15.05

make ipv6only boolean in olsrd init, backport from master

8 years agomake ipv6only boolean in olsrd init, backport from master 142/head
Manuel Munz [Mon, 4 Jan 2016 20:45:46 +0000 (21:45 +0100)]
make ipv6only boolean in olsrd init, backport from master

8 years agocjdns: update source, bump version
Lars Gierth [Fri, 9 Oct 2015 14:53:21 +0000 (16:53 +0200)]
cjdns: update source, bump version

Conflicts:
cjdns/Makefile

8 years agoolsrd: bump to version 0.9.0.3
Saverio Proto [Mon, 21 Sep 2015 08:40:34 +0000 (10:40 +0200)]
olsrd: bump to version 0.9.0.3

8 years agoMerge pull request #139 from HRogge/for-15.05
Bastian Bittorf [Tue, 8 Sep 2015 23:40:10 +0000 (01:40 +0200)]
Merge pull request #139 from HRogge/for-15.05

update to v0.9.2

8 years agoupdate to v0.9.2 139/head
Henning Rogge [Tue, 8 Sep 2015 16:26:46 +0000 (18:26 +0200)]
update to v0.9.2

8 years agoMerge pull request #128 from HRogge/for-15.05
Bastian Bittorf [Thu, 13 Aug 2015 12:53:48 +0000 (14:53 +0200)]
Merge pull request #128 from HRogge/for-15.05

OONF Init script fix for the case that /var/etc does not exist

8 years agoMove OONF temporary config to /var/run 128/head
Henning Rogge [Wed, 12 Aug 2015 13:56:31 +0000 (15:56 +0200)]
Move OONF temporary config to /var/run

8 years agoMerge remote-tracking branch 'openwrt/for-15.05' into for-15.05
Henning Rogge [Mon, 10 Aug 2015 12:13:43 +0000 (14:13 +0200)]
Merge remote-tracking branch 'openwrt/for-15.05' into for-15.05

8 years agoOONF Init script fix for the case that /var/etc does not exist
Henning Rogge [Mon, 10 Aug 2015 11:52:08 +0000 (13:52 +0200)]
OONF Init script fix for the case that /var/etc does not exist

8 years ago[bmx6] update to latest bmx6-master branch (fix rule corruption on the fly)
Axel Neumann [Fri, 7 Aug 2015 18:42:49 +0000 (20:42 +0200)]
[bmx6] update to latest bmx6-master branch (fix rule corruption on the fly)

8 years agoMerge pull request #122 from HRogge/for-15.05
Bastian Bittorf [Thu, 6 Aug 2015 20:46:01 +0000 (22:46 +0200)]
Merge pull request #122 from HRogge/for-15.05

Unified openwrt init files for OONF

8 years agoUnified openwrt init files for OONF 122/head
Henning Rogge [Thu, 6 Aug 2015 19:43:33 +0000 (21:43 +0200)]
Unified openwrt init files for OONF

8 years agoMerge pull request #119 from HRogge/for-15.05
Bastian Bittorf [Wed, 5 Aug 2015 14:21:24 +0000 (16:21 +0200)]
Merge pull request #119 from HRogge/for-15.05

OONF v0.9.1 for chaos calmer

8 years agoOONF v0.9.1 for chaos calmer 119/head
Henning Rogge [Wed, 5 Aug 2015 11:19:59 +0000 (13:19 +0200)]
OONF v0.9.1 for chaos calmer

8 years agominiupnpd: shorten OS name to silence SSDP warnings
Steven Barth [Wed, 15 Jul 2015 06:28:32 +0000 (08:28 +0200)]
miniupnpd: shorten OS name to silence SSDP warnings

Signed-off-by: Steven Barth <steven@midlink.org>
8 years agominimalist-pcpproxy: fix uci call in default-script
Steven Barth [Fri, 10 Jul 2015 06:26:25 +0000 (08:26 +0200)]
minimalist-pcpproxy: fix uci call in default-script

Signed-off-by: Steven Barth <steven@midlink.org>
8 years agohnetd: fix issues on 32-bit platforms
Steven Barth [Fri, 10 Jul 2015 06:26:12 +0000 (08:26 +0200)]
hnetd: fix issues on 32-bit platforms

Signed-off-by: Steven Barth <steven@midlink.org>
8 years agohnetd: Bump. Some corner case fixes + dncp-07/hncp-07 compatibility (more or less).
Markus Stenberg [Fri, 3 Jul 2015 04:22:40 +0000 (07:22 +0300)]
hnetd: Bump. Some corner case fixes + dncp-07/hncp-07 compatibility (more or less).

8 years agonat46: fix netfilter references
Steven Barth [Thu, 2 Jul 2015 18:53:38 +0000 (20:53 +0200)]
nat46: fix netfilter references

Signed-off-by: Steven Barth <steven@midlink.org>
8 years agoolsrd: for15.05: 0.9.0.1 -> 0.9.0.2 (bugfix-release)
Bastian Bittorf [Wed, 1 Jul 2015 19:33:04 +0000 (21:33 +0200)]
olsrd: for15.05: 0.9.0.1 -> 0.9.0.2 (bugfix-release)