feed/routing.git
9 years agominiupnpd: avoid unnecessary restarts, add SPDX tag
Steven Barth [Wed, 15 Oct 2014 21:05:34 +0000 (23:05 +0200)]
miniupnpd: avoid unnecessary restarts, add SPDX tag

9 years agobatctl: upgrade package to latest release 2014.3.0
Marek Lindner [Mon, 13 Oct 2014 06:07:34 +0000 (14:07 +0800)]
batctl: upgrade package to latest release 2014.3.0

Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
9 years agobatman-adv: upgrade package to latest release 2014.3.0
Marek Lindner [Mon, 13 Oct 2014 06:07:10 +0000 (14:07 +0800)]
batman-adv: upgrade package to latest release 2014.3.0

Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
9 years agohnetd: remove exit statement in postinst script
Steven Barth [Tue, 30 Sep 2014 17:31:44 +0000 (19:31 +0200)]
hnetd: remove exit statement in postinst script

9 years agoMerge pull request #54 from eloicaso/master
Pau [Tue, 30 Sep 2014 16:50:55 +0000 (18:50 +0200)]
Merge pull request #54 from eloicaso/master

[New Package] bird-openwrt: BIRD daemon integration with UCI and LuCI configuration

9 years agoohybridproxy: Added -4 and -6 options to explicitly specify AF.
Markus Stenberg [Mon, 29 Sep 2014 08:03:54 +0000 (11:03 +0300)]
ohybridproxy: Added -4 and -6 options to explicitly specify AF.

9 years agoMerge pull request #57 from ixs/master
sbyx [Mon, 29 Sep 2014 04:25:28 +0000 (06:25 +0200)]
Merge pull request #57 from ixs/master

Prevent miniupnpd compile failure when building IPv4 only.

9 years agoPrevent miniupnpd compile failure when building IPv4 only. 57/head
Andreas Thienemann [Sun, 28 Sep 2014 14:52:25 +0000 (16:52 +0200)]
Prevent miniupnpd compile failure when building IPv4 only.

9 years agohnetd: stability and bug fixes
Steven Barth [Fri, 26 Sep 2014 07:33:42 +0000 (09:33 +0200)]
hnetd: stability and bug fixes

9 years agominiupnpd: bump to 1.8.20140906
Steven Barth [Mon, 15 Sep 2014 09:51:21 +0000 (11:51 +0200)]
miniupnpd: bump to 1.8.20140906

Signed-off-by: Steven Barth <steven@midlink.org>
9 years ago[alfred] fix missing alfred-gpsd binary
André Gaul [Fri, 23 May 2014 17:55:05 +0000 (19:55 +0200)]
[alfred] fix missing alfred-gpsd binary

fixes #22

Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
9 years agobird-openwrt: BIRD daemon integration with UCI and LuCI configuration 54/head
Eloi Carbo [Wed, 10 Sep 2014 10:32:10 +0000 (12:32 +0200)]
bird-openwrt: BIRD daemon integration with UCI and LuCI configuration

9 years agobabeld: create the directory for the config file before writing to it
Casper Meijn [Sat, 6 Sep 2014 09:31:59 +0000 (11:31 +0200)]
babeld: create the directory for the config file before writing to it

9 years agoMerge pull request #49 from cjkoenig/update_quagga
Saverio Proto [Fri, 5 Sep 2014 10:02:56 +0000 (12:02 +0200)]
Merge pull request #49 from cjkoenig/update_quagga

quagga: Update to 0.99.22.4

9 years agoquagga: Update to 0.99.22.4 49/head
Christoph König [Wed, 3 Sep 2014 17:05:24 +0000 (19:05 +0200)]
quagga: Update to 0.99.22.4

Signed-off-by: Christoph Koenig <christoph.koenig@gmail.com>
9 years agobabeld: Specify edge cases
Baptiste Jonglez [Wed, 3 Sep 2014 13:12:21 +0000 (15:12 +0200)]
babeld: Specify edge cases

9 years agoUpdate MAINTAINERS
Baptiste Jonglez [Wed, 3 Sep 2014 12:59:12 +0000 (14:59 +0200)]
Update MAINTAINERS

9 years agonat46: add map-t meta-package
Steven Barth [Tue, 2 Sep 2014 11:56:54 +0000 (13:56 +0200)]
nat46: add map-t meta-package

Signed-off-by: Steven Barth <steven@midlink.org>
9 years agominimalist-pcproxy: ANNOUNCE opcode support and better error handling.
Markus Stenberg [Tue, 2 Sep 2014 10:16:03 +0000 (13:16 +0300)]
minimalist-pcproxy: ANNOUNCE opcode support and better error handling.

9 years agohnetd: fix mdns-support
Steven Barth [Tue, 2 Sep 2014 08:18:30 +0000 (10:18 +0200)]
hnetd: fix mdns-support

Signed-off-by: Steven Barth <steven@midlink.org>
9 years agoMerge pull request #47 from zorun/babeld_configfile
Gabriel Kerneis [Mon, 1 Sep 2014 07:55:32 +0000 (09:55 +0200)]
Merge pull request #47 from zorun/babeld_configfile

Updates to babeld

This patchset:
- fixes #33 by generating a configuration file for babeld
- introduces a slightly different syntax for specfiying interfaces (backward-compatible)
- allows to use any option, as long as it's supported by babeld (i.e. valid options are not hardcoded in the init script anymore, all options are simply passed to babeld)

It is mostly backward-compatible, with a few caveats.

Thanks to Baptiste Jonglez.

9 years agobabeld: Backward compatibility with old config files 47/head
Baptiste Jonglez [Sat, 30 Aug 2014 22:43:29 +0000 (00:43 +0200)]
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.

9 years agobabeld: Update configuration file for new syntax
Baptiste Jonglez [Fri, 29 Aug 2014 08:02:49 +0000 (10:02 +0200)]
babeld: Update configuration file for new syntax

9 years agobabeld: Support default interface configuration
Baptiste Jonglez [Fri, 29 Aug 2014 06:51:29 +0000 (08:51 +0200)]
babeld: Support default interface configuration

When a "section interface" does not have a "option ifname", all its
options are used as default interface options.

9 years agobabeld: Take interface name from "option ifname"
Baptiste Jonglez [Fri, 29 Aug 2014 06:43:17 +0000 (08:43 +0200)]
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.

9 years agobabeld: Handle ignore options
Baptiste Jonglez [Thu, 28 Aug 2014 11:30:08 +0000 (13:30 +0200)]
babeld: Handle ignore options

9 years agobabeld: Print an error when startup fails
Baptiste Jonglez [Wed, 27 Aug 2014 23:41:42 +0000 (01:41 +0200)]
babeld: Print an error when startup fails

9 years agobabeld: Generate a configuration file instead of passing cmdline arguments
Baptiste Jonglez [Wed, 27 Aug 2014 23:37:02 +0000 (01:37 +0200)]
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

9 years agobabeld: Update to 1.5.1
Baptiste Jonglez [Wed, 27 Aug 2014 23:41:14 +0000 (01:41 +0200)]
babeld: Update to 1.5.1

9 years agoolsrd: change name of PID-file for olsrd4 from '/var/run/olsrd4.pid' to '/var/run...
Bastian Bittorf [Tue, 19 Aug 2014 13:09:41 +0000 (15:09 +0200)]
olsrd: change name of PID-file for olsrd4 from '/var/run/olsrd4.pid' to '/var/run/olsrd.pid' to be compatible with freifunk-watchdog-scripts (this is the default old behaviour)

9 years agomcproxy: bump to latest
Steven Barth [Tue, 12 Aug 2014 06:11:48 +0000 (08:11 +0200)]
mcproxy: bump to latest

Signed-off-by: Steven Barth <steven@midlink.org>
9 years agobabels: update to latest
Steven Barth [Tue, 12 Aug 2014 06:04:55 +0000 (08:04 +0200)]
babels: update to latest

Signed-off-by: Steven Barth <steven@midlink.org>
9 years agobabels: update repository URL
Steven Barth [Sun, 10 Aug 2014 12:18:03 +0000 (14:18 +0200)]
babels: update repository URL

9 years agohnetd: fix ipv4 uplink detection
Steven Barth [Thu, 31 Jul 2014 15:37:55 +0000 (17:37 +0200)]
hnetd: fix ipv4 uplink detection

9 years ago[luci-app-bmx6]: Remove not used code. Fix luci dependency problem. Small changes.
Pau Escrich [Thu, 31 Jul 2014 11:24:33 +0000 (13:24 +0200)]
[luci-app-bmx6]: Remove not used code. Fix luci dependency problem. Small changes.

Signed-off-by: Pau Escrich <p4u@dabax.net>
9 years agominiupnpd: fix integer conversion in NAT-PMP, update description
Steven Barth [Wed, 30 Jul 2014 13:49:59 +0000 (15:49 +0200)]
miniupnpd: fix integer conversion in NAT-PMP, update description

Signed-off-by: Steven Barth <steven@midlink.org>
9 years agohnetd: more racecondition fixes
Steven Barth [Tue, 29 Jul 2014 17:24:46 +0000 (19:24 +0200)]
hnetd: more racecondition fixes

9 years agohnetd: bump for more race condition fixes
Steven Barth [Mon, 28 Jul 2014 20:52:19 +0000 (22:52 +0200)]
hnetd: bump for more race condition fixes

9 years agoluci-app-bcp38: import from cerowrt
Steven Barth [Fri, 25 Jul 2014 17:10:17 +0000 (19:10 +0200)]
luci-app-bcp38: import from cerowrt

9 years agohnetd: stability fixes
Steven Barth [Fri, 25 Jul 2014 17:02:37 +0000 (19:02 +0200)]
hnetd: stability fixes

9 years agopackages: BCP38 support for openwrt
Dave Taht [Sat, 29 Mar 2014 17:59:29 +0000 (17:59 +0000)]
packages: BCP38 support for openwrt

This adds firewall support for blocking common invalid address
ranges, using ipset.

9 years agoalfred: bump version to 2014.3.0
Simon Wunderlich [Thu, 24 Jul 2014 10:58:33 +0000 (12:58 +0200)]
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>
9 years agohnetd: Updated to latest. Various bugfixes, external and hybrid interface modes.
Markus Stenberg [Thu, 17 Jul 2014 22:09:16 +0000 (01:09 +0300)]
hnetd: Updated to latest. Various bugfixes, external and hybrid interface modes.

9 years agohnetd: rework dependencies for luci-app-hnet
Steven Barth [Mon, 14 Jul 2014 13:03:44 +0000 (15:03 +0200)]
hnetd: rework dependencies for luci-app-hnet

9 years agobabels: bump to latest version
Steven Barth [Sun, 13 Jul 2014 17:25:56 +0000 (19:25 +0200)]
babels: bump to latest version

9 years agominiupnpd: fix typo in init script
Jo-Philipp Wich [Tue, 1 Jul 2014 10:09:06 +0000 (12:09 +0200)]
miniupnpd: fix typo in init script

A missing space in the init script prevented the detection of the external
interface. Fixes OpenWrt bug #16910.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
9 years agominimalist-pcproxy/miniupnpd: added+using upnp.config.external_zone.
Markus Stenberg [Thu, 26 Jun 2014 20:17:54 +0000 (23:17 +0300)]
minimalist-pcproxy/miniupnpd: added+using upnp.config.external_zone.

9 years agominiupnpd: Fixed hotplug script's DEVICE handling.
Markus Stenberg [Wed, 25 Jun 2014 08:09:18 +0000 (11:09 +0300)]
miniupnpd: Fixed hotplug script's DEVICE handling.

9 years agominiupnpd: Fixes #39. Based on discussion with jow, use external interface if specifi...
Markus Stenberg [Mon, 23 Jun 2014 10:05:43 +0000 (13:05 +0300)]
miniupnpd: Fixes #39. Based on discussion with jow, use external interface if specified by user first, and then network_find_wan{,6} as backup heuristic for determining firewall zone.

9 years agohnetd: Updated to latest.
Markus Stenberg [Thu, 19 Jun 2014 14:59:44 +0000 (17:59 +0300)]
hnetd: Updated to latest.

- uci has per-interface 'mode' flag now, as opposed to 'adhoc' 'guest' etc.
- made default logging level less verbose (can be changed back in init script)
- better prefix selection logic
- better initial assignment handling (prevent initial duplicate assignments)

9 years agoohybridproxy: Updated with latest which fixed one typecast problem in two places...
Markus Stenberg [Thu, 19 Jun 2014 08:45:10 +0000 (11:45 +0300)]
ohybridproxy: Updated with latest which fixed one typecast problem in two places (possibly problem somewhere), and one warning.

9 years agohnetd: add correct per-link FQDNs
Steven Barth [Sun, 15 Jun 2014 23:49:53 +0000 (01:49 +0200)]
hnetd: add correct per-link FQDNs

9 years agominimalist-pcproxy: Fix typo in postinst
sbyx [Sun, 15 Jun 2014 17:52:53 +0000 (19:52 +0200)]
minimalist-pcproxy: Fix typo in postinst

9 years agohnetd: daily bugfix bump
Steven Barth [Fri, 13 Jun 2014 16:50:24 +0000 (18:50 +0200)]
hnetd: daily bugfix bump

9 years agohnetd: various bugfixes (incl. convergence failure fix)
Steven Barth [Thu, 12 Jun 2014 19:51:58 +0000 (21:51 +0200)]
hnetd: various bugfixes (incl. convergence failure fix)

9 years agoolsrd: increasing package release number to 4
Saverio Proto [Thu, 12 Jun 2014 12:33:41 +0000 (14:33 +0200)]
olsrd: increasing package release number to 4

9 years agoolsrd: backward compatibility (config and init script) 37/head
Alessio Caiazza [Thu, 12 Jun 2014 10:57:12 +0000 (12:57 +0200)]
olsrd: backward compatibility (config and init script)

9 years agohnetd: bump for bugfixes
Steven Barth [Wed, 11 Jun 2014 12:59:16 +0000 (14:59 +0200)]
hnetd: bump for bugfixes

9 years agominiupnpd: disable detection / use of libnetfilter-conntrack
Steven Barth [Wed, 11 Jun 2014 12:05:04 +0000 (14:05 +0200)]
miniupnpd: disable detection / use of libnetfilter-conntrack

9 years agohnetd: bump and package LuCI pages
Steven Barth [Tue, 10 Jun 2014 20:58:10 +0000 (22:58 +0200)]
hnetd: bump and package LuCI pages

9 years agoMerge pull request #35 from nolith/olsrd_conf_fix
Saverio Proto [Tue, 10 Jun 2014 10:54:45 +0000 (12:54 +0200)]
Merge pull request #35 from nolith/olsrd_conf_fix

Do not delete old olsrd configuration file

9 years agoMerge pull request #34 from wlanslovenija/master
Saverio Proto [Tue, 10 Jun 2014 10:54:06 +0000 (12:54 +0200)]
Merge pull request #34 from wlanslovenija/master

Fix broken olsrd init script activation

9 years agoolsrd: do not remove the old config file if present 35/head
Alessio Caiazza [Tue, 10 Jun 2014 09:52:29 +0000 (11:52 +0200)]
olsrd: do not remove the old config file if present

9 years agoolsrd: Added missing $IPKG_INSTROOT. 34/head
Jernej Kos [Mon, 9 Jun 2014 17:27:05 +0000 (19:27 +0200)]
olsrd: Added missing $IPKG_INSTROOT.

9 years agoMerge babeld configuration fix by zorun
Gabriel Kerneis [Mon, 9 Jun 2014 08:58:39 +0000 (09:58 +0100)]
Merge babeld configuration fix by zorun

9 years agoolsrd: Merge branch 'olsrd_6and4' by Alessio Caiazza.
Saverio Proto [Sun, 8 Jun 2014 09:00:27 +0000 (11:00 +0200)]
olsrd: Merge branch 'olsrd_6and4' by Alessio Caiazza.

9 years agoolsrd: bump version to 0.6.6.2, remove redundant patch
Saverio Proto [Sun, 8 Jun 2014 08:49:21 +0000 (10:49 +0200)]
olsrd: bump version to 0.6.6.2, remove redundant patch

9 years agobabeld: fix configuration for new options 32/head
Baptiste Jonglez [Sun, 8 Jun 2014 03:47:50 +0000 (12:47 +0900)]
babeld: fix configuration for new options

9 years agobatctl: upgrade package to latest release 2014.2.0
Marek Lindner [Sat, 7 Jun 2014 05:35:37 +0000 (13:35 +0800)]
batctl: upgrade package to latest release 2014.2.0

Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
9 years agobatman-adv: upgrade package to latest release 2014.2.0
Marek Lindner [Sat, 7 Jun 2014 05:33:28 +0000 (13:33 +0800)]
batman-adv: upgrade package to latest release 2014.2.0

 * remove batctl tool into separate package
 * support for vlan options added

Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
9 years agohnetd: add global config file
Steven Barth [Fri, 6 Jun 2014 15:03:57 +0000 (17:03 +0200)]
hnetd: add global config file

9 years agoMerge pull request #31 from rogerpueyo/master
axn [Fri, 6 Jun 2014 05:21:14 +0000 (07:21 +0200)]
Merge pull request #31 from rogerpueyo/master

Wait for mac80211.sh to finish before starting BMX6, otherwise routing rule for table 60 is not added

9 years agoWait for mac80211.sh to finish before starting BMX6, otherwise routing rule for table... 31/head
Roger Pueyo Centelles [Thu, 5 Jun 2014 16:26:52 +0000 (18:26 +0200)]
Wait for mac80211.sh to finish before starting BMX6, otherwise routing rule for table 60 is not added

9 years agoPackage ayourtch's nat46 kernel module
Steven Barth [Wed, 4 Jun 2014 07:48:11 +0000 (09:48 +0200)]
Package ayourtch's nat46 kernel module

9 years agominiupnpd: Various IPv6 related fixes to scripts (IPv6-only, multi-uplink, ..)
Markus Stenberg [Tue, 3 Jun 2014 08:10:01 +0000 (11:10 +0300)]
miniupnpd: Various IPv6 related fixes to scripts (IPv6-only, multi-uplink, ..)

9 years agominimalist-pcproxy: Added.
Markus Stenberg [Mon, 26 May 2014 14:19:42 +0000 (17:19 +0300)]
minimalist-pcproxy: Added.
hnetd: Added use of minimalist-pcproxy(/miniupnpd) for PCP, if present.

9 years agominiupnpd: Added patch to fix IPv6 firewall PCP ext_port handling (not yet in upstream).
Markus Stenberg [Mon, 2 Jun 2014 16:52:32 +0000 (19:52 +0300)]
miniupnpd: Added patch to fix IPv6 firewall PCP ext_port handling (not yet in upstream).

9 years agobabeld: new upstream release 1.5.0
Gabriel Kerneis [Sun, 1 Jun 2014 13:15:10 +0000 (14:15 +0100)]
babeld: new upstream release 1.5.0

22 May 2014: babeld-1.5.0

  * Added support for an RTT-based metric -- see the description of
    "enable-timestamps" in the manual page.  This work was done by
    Baptiste Jonglez with help from Matthieu Boutier.

9 years agominiupnpd: Added based on latest 20140523 version + IPv6 pinhole/SSL compilation...
Markus Stenberg [Fri, 30 May 2014 10:11:49 +0000 (13:11 +0300)]
miniupnpd: Added based on latest 20140523 version + IPv6 pinhole/SSL compilation patches.

9 years agoolsrd: hotplug script works for IPv4 and IPv6 30/head
Alessio Caiazza [Wed, 28 May 2014 15:45:10 +0000 (17:45 +0200)]
olsrd: hotplug script works for IPv4 and IPv6

This should fix issue #16

9 years agoolsrd: avoid fake startup-error messages
Alessio Caiazza [Wed, 28 May 2014 15:02:40 +0000 (17:02 +0200)]
olsrd: avoid fake startup-error messages

Calling service_check too early may result in a false reading

9 years agoolsrd: configuration sanity checks
Alessio Caiazza [Wed, 28 May 2014 14:43:59 +0000 (16:43 +0200)]
olsrd: configuration sanity checks

* do not start in presence of the old /etc/config/olsrd
* use always use the appropriate IpVersion.

9 years agoolsrd: splitting IPv6/4 configuration and start scripts
Alessio Caiazza [Wed, 28 May 2014 10:28:14 +0000 (12:28 +0200)]
olsrd: splitting IPv6/4 configuration and start scripts

As mentioned by zioproto[1] 6and4 is badly broken, this patch will
use 2 different configuration and init scripts.

[1] https://github.com/openwrt-routing/packages/issues/16#issuecomment-32892327

9 years agoalfred: bump version to 2014.2.0
Simon Wunderlich [Wed, 28 May 2014 10:52:04 +0000 (12:52 +0200)]
alfred: bump version to 2014.2.0

From the CHANGELOG:

 * Handle EPERM errors on every sendto
 * Check for changed interface properties, e.g. recreation or
   changed MAC- and IPv6 addresses

Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
9 years ago[bmx6] update to master-tip 8b0585e
Axel Neumann [Fri, 23 May 2014 14:22:51 +0000 (16:22 +0200)]
[bmx6] update to master-tip 8b0585e

9 years agoMerge pull request #29 from rogerpueyo/master
Pau [Thu, 22 May 2014 17:08:31 +0000 (19:08 +0200)]
Merge pull request #29 from rogerpueyo/master

[luci-app-bmx6]: fix status page

9 years ago[luci-app-bmx6]: fix status page 29/head
Roger Pueyo Centelles [Thu, 22 May 2014 17:02:50 +0000 (19:02 +0200)]
[luci-app-bmx6]: fix status page

9 years agoolsrd: Oops, forgot to increase package release when patching at the Battlemesh :)
Saverio Proto [Tue, 20 May 2014 06:23:30 +0000 (08:23 +0200)]
olsrd: Oops, forgot to increase package release when patching at the Battlemesh :)

9 years agouse procd for nodogsplash, thanks @lynxis
Moritz Warning [Sun, 18 May 2014 21:50:33 +0000 (23:50 +0200)]
use procd for nodogsplash, thanks @lynxis

9 years agoolsrd: jsoninfo: HTTP headers with CORS (if requested)
Saverio Proto [Sat, 17 May 2014 17:10:12 +0000 (19:10 +0200)]
olsrd: jsoninfo: HTTP headers with CORS (if requested)

9 years agoolsrd: security fixes for olsrd plugins
Saverio Proto [Sat, 17 May 2014 17:09:30 +0000 (19:09 +0200)]
olsrd: security fixes for olsrd plugins

9 years agobatman-adv: upgrade package to latest release 2014.1.0
Marek Lindner [Mon, 12 May 2014 21:29:35 +0000 (05:29 +0800)]
batman-adv: upgrade package to latest release 2014.1.0

Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
9 years agohnetd: some openwrt-integration and stability fixes
Steven Barth [Sun, 4 May 2014 08:49:36 +0000 (10:49 +0200)]
hnetd: some openwrt-integration and stability fixes

9 years agomcast-tools: fix linux/pim.h include
Dirk Neukirchen [Fri, 2 May 2014 08:48:02 +0000 (08:48 +0000)]
mcast-tools: fix linux/pim.h include

fix wrong struct in pim.h big endian case
it leads to compile error on ar71xx and other arch
Error was:
In file included from debug.c:71:0:
../include/linux/pim.h:14:3: error: expected specifier-qualifier-list before 'pim_type'
   pim_type:4;  /* PIM message type */
   ^
make[6]: *** [debug.o] Error 1

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
9 years agoMerge pull request #26 from Noltari/mcproxy-next
sbyx [Fri, 2 May 2014 18:13:04 +0000 (20:13 +0200)]
Merge pull request #26 from Noltari/mcproxy-next

[mcproxy] Update to latest version.

9 years ago[mcproxy] Update to latest version. 26/head
Álvaro Fernández Rojas [Fri, 2 May 2014 17:16:23 +0000 (19:16 +0200)]
[mcproxy] Update to latest version.

9 years agohnetd: Updated with better service discovery support (especially 1 router case)
Markus Stenberg [Wed, 23 Apr 2014 13:08:26 +0000 (16:08 +0300)]
hnetd: Updated with better service discovery support (especially 1 router case)

10 years agoMerge pull request #23 from Noltari/bird-next
Jo-Philipp Wich [Sat, 19 Apr 2014 15:27:25 +0000 (15:27 +0000)]
Merge pull request #23 from Noltari/bird-next

[bird] Update to version 1.4.2.

10 years ago[bird] Update to version 1.4.3. 23/head
Álvaro Fernández Rojas [Sat, 19 Apr 2014 14:22:22 +0000 (16:22 +0200)]
[bird] Update to version 1.4.3.

10 years agohnetd: fix segfault in yesterday's version *sigh*
Steven Barth [Thu, 17 Apr 2014 06:45:12 +0000 (08:45 +0200)]
hnetd: fix segfault in yesterday's version *sigh*