feed/routing.git
2 years agopimbd: include PKG_MIRROR_HASH
Eneas U de Queiroz [Tue, 19 Oct 2021 13:36:19 +0000 (10:36 -0300)]
pimbd: include PKG_MIRROR_HASH

This avoids unnecessary downloads and rebuilds.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
(cherry picked from commit ade1fa6ebc0d3cb409849e03ab17825ca7fdb345)

2 years agominimalist-pcproxy: include PKG_MIRROR_HASH
Eneas U de Queiroz [Tue, 19 Oct 2021 13:36:19 +0000 (10:36 -0300)]
minimalist-pcproxy: include PKG_MIRROR_HASH

This avoids unnecessary downloads and rebuilds.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
(cherry picked from commit e9d5f990a3994d9064a4b5e339b24abe735b1eca)

2 years agomrd6: include PKG_MIRROR_HASH
Eneas U de Queiroz [Tue, 19 Oct 2021 13:36:19 +0000 (10:36 -0300)]
mrd6: include PKG_MIRROR_HASH

This avoids unnecessary downloads and rebuilds.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
(cherry picked from commit 9cb03f0a2f6f1f84672f1d88385fa2244a423e53)

2 years agooonf-dlep-radio: refactor define Package/oonf-dlep-radio
Josef Schlehofer [Fri, 25 Feb 2022 04:22:41 +0000 (05:22 +0100)]
oonf-dlep-radio: refactor define Package/oonf-dlep-radio

- Why there was oonf-git? WTF?
- Use two spaces instead of tabs

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit 282af3f8bce72dc976ec28b9d05dbc1e665489ee)

2 years agooonf-dlep-radio: refactor Makefile (package versioning, downloading)
Josef Schlehofer [Fri, 25 Feb 2022 04:07:37 +0000 (05:07 +0100)]
oonf-dlep-radio: refactor Makefile (package versioning, downloading)

- By this change, we are using downloading .tar.xz (which is default in OpenWrt)
Reference: OpenWrt base repository include/download.mk

Downloaded tarball size is ~60 kB smaller.

- Removed "v" in package naming.
Before: oonf-dlep-radio_v0.15.1_arm_cortex-a9_vfpv3-d16.ipk
After: oonf-dlep-radio_0.15.1_arm_cortex-a9_vfpv3-d16.ipk

Removed stuff, which is no longer needed like PKG_REV.

- Switch to AUTORELEASE in PKG_RELEASE

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit 56fc0d7226116a5e18b9d1686d71e136465b7dc5)

2 years agooonf-dlep-proxy: add PKG_MIRROR_HASH
Nick Hainke [Sun, 13 Jun 2021 08:26:40 +0000 (10:26 +0200)]
oonf-dlep-proxy: add PKG_MIRROR_HASH

Signed-off-by: Nick Hainke <vincent@systemli.org>
(cherry picked from commit 24b27f0875e92759d95e394a39aa2c0be2d3176a)

2 years agooonf-dlep-proxy: fix compilation with Ninja
Rosen Penev [Fri, 11 Jun 2021 00:26:54 +0000 (17:26 -0700)]
oonf-dlep-proxy: fix compilation with Ninja

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit c762d3fd0f73a5db6357d62f24570a98be540273)

2 years agooonf-dlep-radio: add PKG_MIRROR_HASH
Nick Hainke [Sun, 13 Jun 2021 08:36:36 +0000 (10:36 +0200)]
oonf-dlep-radio: add PKG_MIRROR_HASH

Fixes:
oonf-dlep-radio-v0.15.1.tar.bz2: Download from https://github.com/OLSR/OONF.git failed
oonf-dlep-radio-v0.15.1.tar.bz2: Requires sha256sum for verification

Signed-off-by: Nick Hainke <vincent@systemli.org>
(cherry picked from commit 9a90e3dd658577022fb3484050835907920ee0f0)
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
[added commit message]

2 years agoopennds: Release v9.6.0 (for 21.02)
Rob White [Sun, 20 Feb 2022 08:34:12 +0000 (08:34 +0000)]
opennds: Release v9.6.0 (for 21.02)

Maintainer: Rob White rob@blue-wave.net
Compile tested: arm_cortex-a7_neon-vfpv4, mipsel_24kc
Run tested: arm_cortex-a7_neon-vfpv4, mipsel_24kc, gl-inet b1300, gl-inet mt300n-v2, Snapshot, 21.02.1, 19.07.8

Description:
This version adds new functionality, and fixes some issues
It requires iptables(legacy)
  * Fix - correctly display return buffer in syslog [bluewavenet]
  * Add - use heap allocation for library call return buffer [bluewavenet]
  * Fix - OpenWrt, fhook request for fw3 [bluewavenet]
  * Add - spider remote urls before downloading [bluewavenet]
  * Add - OpenWrt, revert uncommitted uci updates at startup and shutdown [bluewavenet]
  * Fix - remove unneccesary flash writes and fix hosts updates [doctor-ox] [bluewavenet]
  * Add - Updated splash images [bluewavenet]
  * Add - OpenWrt makefile for nft or ipt dependencies [bluewavenet]
  * Fix - grep by word to prevent any ambiguity [doctor-ox] [bluewavenet]
  * Fix - ensure rate limiting is disabled if rate thresholds are set to zero [bluewavenet]
  * Add - querystring support for client status page [bluewavenet]
  * Add - Advanced/standard status page checkbox [bluewavenet]
  * Add - set default session timeout to 24 hours [bluewavenet]
  * Fix - potential buffer overflow [bluewavenet]
  * Fix - Restrict max packet limit to iptables maximum [bluewavenet]
  * Fix - descriptive labels on ndsctl status output [bluewavenet]
  * Add - update of README.md [bluewavenet]
  * Fix - Added required variable to FAS return string example documentation [dorkone]
  * Add - Default checkinterval set to 15 seconds [bluewavenet]
  * Fix - incoming and outgoing counters when unlimited bursting is enabled [bluewavenet]
  * Add - maximum bucket size configuration [bluewavenet]
  * Add - calculate moving average packet size for rate limiting [bluewavenet]
  * Add - some operational default values [bluewavenet]
  * Add - initial rate limits when unrestricted bursting is disabled [bluewavenet]
  * Add - Require clients to be in the dhcp database [bluewavenet]
  * Add - dhcpcheck library call [bluewavenet]
  * Fix - Remove trailing whitespace when getting clientaddress if client not active [bluewavenet]
  * Fix - Segfault when FAS fails to Return customstring [dorkone] [bluewavenet]
  * Add - Enable/Disable unrestricted bursting [bluewavenet]
  * Add - gatewayurl to querystring and use in place of originurl in FAS [bluewavenet]
  * Fix - more accurate debug message [bluewavenet]
  * Fix - Show packet rate correctly as packets per minute [bluewavenet]
  * Add - Report Packet Rate and Bucket Size in ndsctl status and json and status client page [bluewavenet]
  * Add - rate limit refresh to client limit rules [bluewavenet]
  * Fix - code readability [bluewavenet]
  * Fix - Documentation for data sent to Authmon Daemon [bluewavenet]
  * Add - Show unrestricted burst intervals in ndsctl status [bluewavenet]
  * Add - Set default bucket ratios to 10 [bluewavenet]

Signed-off-by: Rob White <rob@blue-wave.net>
2 years agoolsrd: fix setting default interface config
Nick Hainke [Sun, 13 Feb 2022 16:39:02 +0000 (17:39 +0100)]
olsrd: fix setting default interface config

The IPC should apply the "InterfaceDefaults".

Signed-off-by: Nick Hainke <vincent@systemli.org>
(cherry picked from commit 4afbe1748020e1677ec5529198d92e1870d3c012)

2 years agoMerge pull request #782 from ecsv/batadv-for-21.02
Simon Wunderlich [Thu, 3 Feb 2022 20:21:49 +0000 (21:21 +0100)]
Merge pull request #782 from ecsv/batadv-for-21.02

openwrt-21.02: batman-adv: Merge bugfixes from 2022.0

2 years agobatman-adv: Merge bugfixes from 2022.0 782/head
Sven Eckelmann [Thu, 3 Feb 2022 19:12:06 +0000 (20:12 +0100)]
batman-adv: Merge bugfixes from 2022.0

* allow netlink usage in unprivileged containers
* mcast: don't send link-local multicast to mcast routers

Signed-off-by: Sven Eckelmann <sven@narfation.org>
2 years agobabeld: remove unused return variable
Nick Hainke [Tue, 1 Feb 2022 19:12:11 +0000 (20:12 +0100)]
babeld: remove unused return variable

There is an unused variable in the function. Remove it.

Fixes: 385200443554 ("babeld: add add_interface function").
Signed-off-by: Nick Hainke <vincent@systemli.org>
(cherry picked from commit 879725ce3e2e6e48bbcfed7380ecf3f59cb58edd)

2 years agobabeld: add add_interface function
Nick Hainke [Mon, 31 Jan 2022 22:14:22 +0000 (23:14 +0100)]
babeld: add add_interface function

An interface can be added dynmiacally to babeld by starting babeld with
the local management interface (-G) and saying:
  interface eth0

Add the ubus equivalent of this function:
  ubus call babeld add_interface '{"ifname":"eth0"}'

Signed-off-by: Nick Hainke <vincent@systemli.org>
(cherry picked from commit 385200443554ab87e0205f5551f7a0c1883da776)

2 years agoolsrd: add ubus ipc integration to olsrd
Nick Hainke [Sat, 15 Jan 2022 07:37:37 +0000 (08:37 +0100)]
olsrd: add ubus ipc integration to olsrd

IPC integration of olsrd with OpenWrt. Allow dynamic adding and removing
of interfaces at run-time. We need to rename the avl-tree files, since
libubox also defines avl tree. Also add patch to allow meshing via
wireguard point-to-point links.

The ubus interface offers following functions:
  - add_inteface '{"ifname":"wg_51820"}'
  - del_inteface '{"ifname":"wg_51820"}'

Signed-off-by: Nick Hainke <vincent@systemli.org>
(cherry picked from commit 0bffe620b441c039780d4336a15c8ed4f2ebbbf4)

2 years agoCI: fix runtime testing for non master branch
Paul Spooren [Thu, 13 Jan 2022 23:55:36 +0000 (00:55 +0100)]
CI: fix runtime testing for non master branch

The runtime testing always ran on master branch aka snapshots since the
branch wasn't passed over to the container execution!

Signed-off-by: Paul Spooren <mail@aparcar.org>
(cherry picked from commit 817240b07c7158c72de427051eb9bae1c39b3abe)

2 years agonaywatch: introduce kick-count
Nick Hainke [Thu, 13 Jan 2022 08:34:44 +0000 (09:34 +0100)]
naywatch: introduce kick-count

Check multiple rounds if neighbors are available before kicking. This
should reduce unneeded reboots.

Signed-off-by: Nick Hainke <vincent@systemli.org>
(cherry picked from commit 24285ce4fcd56aa806bdbe9ac16cbfed0a81d2f8)

2 years agonaywatch: fix mode without watchdog
Nick Hainke [Thu, 13 Jan 2022 07:46:31 +0000 (08:46 +0100)]
naywatch: fix mode without watchdog

The if-condition was always evaluated to be true.

Signed-off-by: Nick Hainke <vincent@systemli.org>
(cherry picked from commit cf34c5a4a1ace3f8eeac2d2b9b8539e085e8fabf)

2 years agoolsrd: fix meshing via wireguard tunnels
Nick Hainke [Sat, 8 Jan 2022 21:11:44 +0000 (22:11 +0100)]
olsrd: fix meshing via wireguard tunnels

The procd script was not adding the wireguard interfaces. Add corner case
in the init script to allow meshing via wireguard.

Signed-off-by: Nick Hainke <vincent@systemli.org>
(cherry picked from commit 576967a2a3eaa468bcba2f24708ea4674b7e3586)

2 years agoopennds: Release v9.5.1 (for 21.02)
Rob White [Sat, 18 Dec 2021 20:15:27 +0000 (20:15 +0000)]
opennds: Release v9.5.1 (for 21.02)

Maintainer: Rob White rob@blue-wave.net
Compile tested: arm_cortex-a7_neon-vfpv4, mipsel_24kc
Run tested: arm_cortex-a7_neon-vfpv4, mipsel_24kc, gl-inet b1300, gl-inet mt300n-v2, Snapshot, 21.02.1, 19.07.8

Description:
This version adds new functionality, and fixes some issues
  * Fix - ThemeSpec file downloads when mwan3 is running [bluewavenet]
  * Fix - Preemptive auth failure after previous deauth [minhng99] [bluewavenet]

From v9.5.0
  * Add - use average packet size instead of MTU when implementing rate limiting [bluewavenet]
  * Fix - typo in iptables command and remove a redundant command [bluewavenet]
  * Add - startdaemon() and stopdaemon() utility functions [bluewavenet]
  * Add - combined interface/ipaddress external gateway status monitoring [bluewavenet]
  * Fix - potential online/offline detection problem when mwan3 is running [bluewavenet]
  * Add - get_debug_level and syslog library calls [bluewavenet]
  * Fix - correctly reset upload and download rate rules [bluewavenet]
  * Add - extend upstream gateway checking for use with mwan3 loadbalance/failover [bluewavenet]
  * Fix - Potential NULL pointer segfault in http_microhttpd on calling authenticated() [bluewavenet]
  * Fix - Potential NULL pointer segfault in http_microhttpd on calling preauthenticated() [dddaniel]
  * Add - Calculate Bucket size based on achieved burst rate [bluewavenet]
  * Fix - prevent parameter parsing if clientip not known [bluewavenet]
  * Add - disable rate quotas by setting bucket ratio to zero [bluewavenet]
  * Fix - suppress some debug messages [bluewavenet]
  * Add - more libraries documentation [bluewavenet]
  * Add - library calls startdaemon and stopdaemon [bluewavenet]
  * Fix - Increase buffer length for longer interface names [koivunen]
  * Add - Update README.md [bluewavenet]
  * Add - bucket ratio option to config file [bluewavenet]
  * Add - upload and download bucket ratio config values [bluewavenet]
  * Fix - flag initial debuglevel to externals [bluewavenet]
  * Add - limit-burst tuning to rate quotas [bluewavenet]
  * Fix - add trailing space to defaultip [bluewavenet]
  * Add - record pre-emptive authentication in local log [bluewavenet]
  * Add - Write to local log function to libopennds [bluewavenet]
  * Add - set client_type and custom string for Pre-emptive authentication [bluewavenet]
  * Fix - Remove trailing newline from library call response [bluewavenet]
  * Fix - attempt to remove cid file only if client->cid is set [bluewavenet]
  * Add - a skip option for custom downloads to speed up serving page from themespec [bluewavenet]
  * Add - put client_type into query string when type is cpd canary [bluewavenet]
  * Add - set refresh=0 before loading images [bluewavenet]
  * Fix - Truncated return status [bluewavenet]
  * Add - Acknowlegement from call to dnsconfig [bluewavenet]
  * Fix - potential buffer overflow in debug output [bluewavenet]
  * Add - processing of custom data and client type [bluewavenet]
  * Add - Client Type for RFC8908 and RFC8910 clients [bluewavenet]
  * Add - rfc8908 replies for external FAS and refactor memory management for MHD calls [bluewavenet]
  * Add - send error 403 if client is not on openNDS subnet [bluewavenet]
  * Fix - remove uneccessary safe_asprint in auth.c [bluewavenet]
  * Fix - Initialise buffer to prevent receiving spurious characters [bluewavenet]
  * Add - encoded custom data support to ndsctl json, themespec and binauth [bluewavenet]
  * Add - advert_1.htm to thankyou page of theme_click-to-continue-custom-placeholders.sh [bluewavenet]
  * Add - library call get_interface_by_ip [bluewavenet]
  * Add - function encode_custom() for encoding custom data to be sent to openNDS [bluewavenet]
  * Fix - error 511, make all html refrences absolute to enforce link to MHD [bluewavenet]
  * Add - check status_path exists and is executeable [bluewavenet]
  * Fix - regression causing error 511 to be served from default script [bluewavenet]
  * Add - venue-info-url and can-extend-session json keys [bluewavenet]
  * Add - RFC 8908 initial experimental support [bluewavenet]
  * Add - debug message when resetting client [bluewavenet]
  * Fix - Ensure the ndscids directory exists before trying to write to it. [bluewavenet]
  * Fix - use eval in do_ndsctl to allow quoting of arguments [bluewavenet]
  * Fix - ensure client hid and client cid file is reset correctly [bluewavenet]
  * Fix - Titles of example ThemeSpec Files [bluewavenet]
  * Fix - Ensure ThemeSpec Files are executable [bluewavenet]
  * Remove - deprecated Allowed and Blocked entries in ndsctl status output [bluewavenet]
  * Add - Deprecate option macmechanism, allowedmaclist and blockedmaclist [bluewavenet]

Signed-off-by: Rob White <rob@blue-wave.net>
2 years agoohybridproxy: revert to default log level
Maarten Aertsen [Wed, 20 Oct 2021 13:33:02 +0000 (15:33 +0200)]
ohybridproxy: revert to default log level

Change log level from debug to info to avoid filling up syslog with query-level logging.

Signed-off-by: Maarten Aertsen <spam-github@rtsn.nl>
(cherry picked from commit 4f235865e7d8c37b4ea7d8ee55b4e603a11e06b7)

2 years agoMerge pull request #758 from ecsv/batadv-for-21.02
Simon Wunderlich [Sun, 28 Nov 2021 16:53:16 +0000 (17:53 +0100)]
Merge pull request #758 from ecsv/batadv-for-21.02

openwrt-21.02: batman-adv: Prevent use from libc headers to not build with BIG_ENDIAN

2 years agobatman-adv: Prevent use from libc headers to not build with BIG_ENDIAN 758/head
Hendrik Borghorst [Sat, 27 Nov 2021 11:02:46 +0000 (12:02 +0100)]
batman-adv: Prevent use from libc headers to not build with BIG_ENDIAN

Commit 97d35a552ec5b6ddf7923dd2f9a8eb973526acea of musl introduced the
macros __LITTLE_ENDIAN and __BIG_ENDIAN in alltypes.h. These are pulled
into the compilation of batman-adv. This has the side effect that the
function is_multicast_ether_addr of etherdevice.h in Linux kernel is
compiled as the big endian version and so fails to work properly on
little endian devices.

This commits prevents pulling in header files of musl libc similar to
OpenWRT commit 9ac47ee46918c45b91f4e4d1fa76b1e26b9d57fe

Signed-off-by: Hendrik Borghorst <hendrikborghorst@gmail.com>
(cherry picked from commit 523821c1959cb288b55b7fcc8761c83f6ff48c4d)
Signed-off-by: Sven Eckelmann <sven@narfation.org>
2 years agoMerge pull request #751 from ecsv/batadv-for-21.02
Simon Wunderlich [Fri, 19 Nov 2021 16:54:43 +0000 (17:54 +0100)]
Merge pull request #751 from ecsv/batadv-for-21.02

openwrt-21.02: batman-adv: Merge bugfixes from 2021.4

2 years agobatman-adv: Merge bugfixes from 2021.4 751/head
Sven Eckelmann [Fri, 19 Nov 2021 16:05:03 +0000 (17:05 +0100)]
batman-adv: Merge bugfixes from 2021.4

* fix error handling during interface initialization

Signed-off-by: Sven Eckelmann <sven@narfation.org>
2 years agonaywatch: warn user
Nick Hainke [Mon, 15 Nov 2021 18:22:56 +0000 (19:22 +0100)]
naywatch: warn user

Naywatch in combination with the watchdog can be tricky and dangerous
when doing a sysupgrade. Add a warning to always stop naywatch first and
check if procd took control over the watchdog again.

Also change use_watchdog to '0'.

Signed-off-by: Nick Hainke <vincent@systemli.org>
2 years agobabeld: remove unnecessray blob_buf_init calls
Nick Hainke [Sat, 16 Oct 2021 07:35:53 +0000 (09:35 +0200)]
babeld: remove unnecessray blob_buf_init calls

For some reason the buffer is initialized twice before filling it.
This does not break anything but is useless. Reduce the initialization
to only one.

Signed-off-by: Nick Hainke <vincent@systemli.org>
(cherry picked from commit 2cf253b3df2db7830692de645504db294151e5ab)

2 years agobabeld: free blob-buffers that are on stack
Nick Hainke [Wed, 13 Oct 2021 05:57:09 +0000 (07:57 +0200)]
babeld: free blob-buffers that are on stack

As Felix mentioned:
If a buffer was already allocated, blob_buf_init reuses it. You can
keep reusing it as many times as you want. You only need to call
blob_buf_free if you explicitly want to free the buffer memory
(e.g. on exit, or if the blob_buf is on stack).

http://lists.openwrt.org/pipermail/openwrt-devel/2021-October/036722.html

This PR frees the blob-buffers that are on the stack.

Signed-off-by: Nick Hainke <vincent@systemli.org>
(cherry picked from commit 6d463ca97cf329fe5b7bb29ff5581076ff7245f9)

2 years agoolsrd: wait for wireless to initialize before starting
Perry Melange [Tue, 12 Oct 2021 16:17:08 +0000 (18:17 +0200)]
olsrd: wait for wireless to initialize before starting

Wait for wireless to initialize (pending="false") to ensure
that any olsrd(6) configured interfaces and their associated
devices are up.  This provides the init script the ability
to properly add all interface sections to the generated
config file /tmp/etc/olsrd(6).conf

Signed-off-by: Perry Melange <isprotejesvalkata@gmail.com>
(cherry picked from commit 0bb6aa04f6ed27fcea341d21a09fd3bcab86cd89)

2 years agonaywatch: fix procd handling
Nick Hainke [Fri, 1 Oct 2021 08:55:36 +0000 (10:55 +0200)]
naywatch: fix procd handling

Sometimes, naywatch can not handover the watchdog to procd again using
ubus. We need to call the same ubus command multiple times until procd
takes over control again.

Signed-off-by: Nick Hainke <vincent@systemli.org>
(cherry picked from commit e35255710bda08f162a185be8c460b6a80e19fb1)

2 years agoopennds: Release v9.4.0 (for 21.02)
Rob White [Fri, 24 Sep 2021 08:24:39 +0000 (09:24 +0100)]
opennds: Release v9.4.0 (for 21.02)

Maintainer: Rob White rob@blue-wave.net
Compile tested: arm_cortex-a7_neon-vfpv4, mipsel_24kc
Run tested: arm_cortex-a7_neon-vfpv4, mipsel_24kc, gl-inet b1300, gl-inet mt300n-v2, Snapshot, 21.02.0, 19.07.8

Description:
This version adds new functionality, and fixes some issues
  * Add - Error message in fas-aes-https if shared key is mismatched [bluewave.net]
  * Fix - and refactor error 511 page generation[bluewave.net]
  * Fix - and refactor dnsmasq configuration [bluewave.net]
  * Fix - Typographic error preventing RFC8910 disable [bluewave.net]
  * Add - gateway address and gatewayfqdn to ndsctl json output [bluewave.net]
  * Add - RFC8910 housekeeping on startup and shutdown [bluewave.net]
  * Add - correctly apply dhcp option 114 for generic Linux [bluewave.net]
  * Add - reading of configured ndsctlsocket in ndsctl utility[bluewave.net]
  * Add - use send_error 200 for MHD watchdog [bluewave.net]
  * Add - generation of page_511 html by library script [bluewave.net]
  * Add - extend debuglevel support to library scripts [bluewave.net]
  * Refactor - fas-aes-https to simplify and make customisation of http easier [bluewave.net]
  * Add - library script for error 511 page, allowing customisation [bluewave.net]
  * Add - make authmon report connection error details [bluewave.net]
  * Fix- remove unwanted debug message in ndsctl [bluewave.net]
  * Add - RFC8910 support by default [bluewave.net]
  * Add - display status page when accessing /login when authenticated [bluewave.net]
  * Add - MHD response to RFC8910 requests [bluewave.net]
  * Add - Dnsmasq RFC8910 configuration [bluewave.net]
  * Add - send error 511 in response to unsupported http method [bluewave.net]
  * Add - Check for ca-bundle on OpenWrt, if not installed, add syslog messages and terminate [bluewave.net]
  * Add - Make ndsctl use the configured value for socket path if set and deprecate -s option [bluewave.net]
  * Add - Warning message when Walled Garden port 80 is allowed [bluewave.net]
  * Fix - remove un-needed pthread_kill in termination_handler() [bluewave.net] [T-X]
  * Fix - debug messages from authmon.sh [bluewave.net]
  * Fix - Allow disabling gateway fqdn, facilitating access to router port 80 [bluewave.net]
  * Fix - Segfault in ndsctl when -s option is used incorrectly [bluewave.net] [T-X]
  * Fix - Typo making calculation of ul/dl rates incorrect [bluewave.net]
  * Fix - Allow port 80 to be configured in the Walled Garden [bluewave.net]

Signed-off-by: Rob White <rob@blue-wave.net>
2 years agoMerge pull request #717 from ecsv/batadv-for-21.02
Simon Wunderlich [Fri, 20 Aug 2021 20:46:42 +0000 (22:46 +0200)]
Merge pull request #717 from ecsv/batadv-for-21.02

openwrt-21.02: batman-adv: Merge bugfixes from 2021.2

2 years agobatman-adv: Refresh patches with quilt 717/head
Sven Eckelmann [Fri, 20 Aug 2021 10:02:17 +0000 (12:02 +0200)]
batman-adv: Refresh patches with quilt

The test builds are now requiring quilt refreshed patches instead of git
patches. Otherwise the build check will not even try to build something.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
2 years agobatman-adv: Merge bugfixes from 2021.2
Sven Eckelmann [Fri, 20 Aug 2021 09:54:22 +0000 (11:54 +0200)]
batman-adv: Merge bugfixes from 2021.2

* Avoid WARN_ON timing related checks

Signed-off-by: Sven Eckelmann <sven@narfation.org>
2 years agoolsrd: add filtergw plugin
Nick Hainke [Sun, 6 Jun 2021 13:27:31 +0000 (15:27 +0200)]
olsrd: add filtergw plugin

The plugin adds a possibility to filter out gateway HNAs. This can be
very handy e.g. for faulty nodes. A gateway can be taken out directly on
a central node and all traffic is then redirected. Also the underlying
smart gateways are adapted. Currently the link multiplier is often used
to control a faulty node, but it is not necessarily the best way to do
so.

Signed-off-by: Nick Hainke <vincent@systemli.org>
(cherry picked from commit bdec65a6d91025cb05ceea9ea962320bf26e5987)

2 years agoolsrd: update to 2021-06-21
Nick Hainke [Sat, 12 Jun 2021 07:15:47 +0000 (09:15 +0200)]
olsrd: update to 2021-06-21

- filtergw: add plugin allow to allow/block gateways
    (even smartgateway)

Signed-off-by: Nick Hainke <vincent@systemli.org>
(cherry picked from commit a302ee626511d3786299acb6d24ba8b29f2d5fe6)

2 years agoolsrd: use SPDX
Nick Hainke [Wed, 9 Jun 2021 17:02:05 +0000 (19:02 +0200)]
olsrd: use SPDX

Use SPDX license headers to be machine readable.

Signed-off-by: Nick Hainke <vincent@systemli.org>
(cherry picked from commit 1326a6c252a05f13f2eca5216fd1f30aa84439cd)

2 years agobird2: Fix bus error on OSPF on IPQ806X
Matt Reeve [Tue, 10 Aug 2021 11:41:04 +0000 (12:41 +0100)]
bird2: Fix bus error on OSPF on IPQ806X

On a Netgear R7800, if ospf v2 or v3 is configured in bird.conf, it fails to start with this error:

Fri Jun 11 14:41:11 2021 daemon.info bird: Started
Fri Jun 11 14:41:11 2021 kern.err kernel: [ 3500.853248] Alignment trap: not handling instruction f44c0a1f at [<00035848>] Fri Jun 11 14:41:11 2021 kern.alert kernel: [ 3500.853283] 8<--- cut here ---
Fri Jun 11 14:41:11 2021 kern.alert kernel: [ 3500.859363] Unhandled fault: alignment exception (0x801) at 0x007e0624
Fri Jun 11 14:41:11 2021 kern.alert kernel: [ 3500.862443] pgd = 0bbef4fd
Fri Jun 11 14:41:11 2021 kern.alert kernel: [ 3500.868821] [007e0624] *pgd=5d6ca835, *pte=5c40b75f, *ppte=5c40bc7f

The problem is due to a struct not being properly aligned on the ARMv7 architecture.

This patch fixes the problem by adding the "PACKED" macro to the affected struct. Note
that upstream may later fix this in another way, in which case this patch will not be required.

Signed-off-by: Matt Reeve <matt@mreeve.com>
2 years agoopennds: Release v9.3.0
Rob White [Mon, 9 Aug 2021 13:16:48 +0000 (14:16 +0100)]
opennds: Release v9.3.0

Maintainer: Rob White rob@blue-wave.net
Compile tested: arm_cortex-a7_neon-vfpv4, mipsel_24kc
Run tested: arm_cortex-a7_neon-vfpv4, mipsel_24kc, gl-inet b1300, gl-inet mt300n-v2, Snapshot, 21.02.0-rc3, 19.07.7

Description:
This version adds new functionality, and fixes some issues
  * Add - firewall passthrough mode for authenticated users [bluewave.net]
  * Add - use configured debuglevel in authmon [bluewave.net]
  * Add - automated log rotation and client_zone to binauth_log [bluewave.net]
  * Add - increased timeout interval for file downloads [bluewave.net]
  * Add - local interface to MeshZone and remove unneeded call to ip utility [bluewave.net]
  * Add - log_mountpoint and max_log_entries options [bluewave.net]
  * Add - config variables ext_interface and ext_gateway [bluewave.net]
  * Add - Start initial download of remotes only if online [bluewave.net]
  * Add - Router online/offline watchdog [bluewave.net]
  * Fix - Segfault when gatewayfqdn is disabled [bluewave.net]
  * Fix - missing clientmac when not using themespec [bluewave.net]
  * Fix - some compiler warnings [bluewave.net]
  * Fix - use configured value for webroot for remote image symlink to images folder [bluewave.net]
  * Fix - remove refrences to login.sh in documentation and comments [bluewave.net]
  * Fix - Prevent potential read overrun within the MHD page buffer [bluewave.net]
  * Remove - legacy get_ext_iface() function [bluewave.net]

Signed-off-by: Rob White <rob@blue-wave.net>
2 years agonaywatch: add naywatch
Nick Hainke [Tue, 13 Jul 2021 15:33:42 +0000 (17:33 +0200)]
naywatch: add naywatch

The network may crash on the SoCs, but the SoC itself does not. This
leads to a node no longer being accessible in a mesh network.  If the
node is placed in a location that is not easily accessible, e.g. in a
high tower, it can cause a lot of problems. Therefore we check the
link-local connectivity on the configured interfaces.

Signed-off-by: Nick Hainke <vincent@systemli.org>
Tested-by: Simon Polack <spolack+git@mailbox.org>
Signed-off-by: Simon Polack <spolack+git@mailbox.org>
(cherry picked from commit 1088e65440b1f2f67b40e6a3073571da14f6a4b3)

2 years agoolsrd: rename general to procd
Nick Hainke [Sun, 1 Aug 2021 08:49:57 +0000 (10:49 +0200)]
olsrd: rename general to procd

It was requested to name the section "procd".

Signed-off-by: Nick Hainke <vincent@systemli.org>
(cherry picked from commit 87be9afac67d177015d09b4232930b224899d474)

2 years agoolsrd: make respawn_threshold configurable
Nick Hainke [Sun, 1 Aug 2021 08:22:49 +0000 (10:22 +0200)]
olsrd: make respawn_threshold configurable

Also make respawn_threshold configurable. Further, add default
values for:
- respawn_threshold 3600
- respawn_timeout 15
- respawn_retry 0

Signed-off-by: Nick Hainke <vincent@systemli.org>
(cherry picked from commit 775d030a58c90f6cf8105823da03d36654012fc2)

2 years agoolsrd: improve respawn settings
Tobias Schwarz [Tue, 13 Jul 2021 18:08:14 +0000 (20:08 +0200)]
olsrd: improve respawn settings

This increases the amount of seconds to wait before a service restart
attempt from 5 to 15 seconds and allows unlimited retries. Olsrd
sometimes crashes together with a network interface and 5 seconds can
be too short to bring back up a crashed network interface, which is
required for olsrd to restart. It also adds the ability to configure
the wait time (respawn_timeout) and the number of retries
(respawn_retry).

Signed-off-by: Tobias Schwarz <info@tobias-schwarz.com>
(cherry picked from commit bc58bd99e81b72f8061473eec5d3454b3504b163)

2 years agoopennds: [21.02] Backport of Release v9.2.0
Rob White [Thu, 15 Jul 2021 09:08:59 +0000 (10:08 +0100)]
opennds: [21.02] Backport of Release v9.2.0

Maintainer: Rob White rob@blue-wave.net
Compile tested: arm_cortex-a7_neon-vfpv4, mipsel_24kc
Run tested: arm_cortex-a7_neon-vfpv4, mipsel_24kc, gl-inet b1300, gl-inet mt300n-v2, Snapshot, 21.02.0-rc3, 19.07.7

Description:
This version adds new functionality, improves performance, adds documentation and fixes an issue
  * Add - new config options to ndsctl status [bluewave.net]
  * Add - Readthedocs / man documentation for configuration options [bluewave.net]
  * Add - Faster convergence of average rates to configured rate quotas [bluewave.net]
  * Add - BinAuth parse authenticated client database for client data [bluewave.net]
  * Add - Use heap allocation for http page buffer allowing large page sizes [bluewave.net]
  * Fix - fail to serve downloaded images on custom themespec [bluewave.net]

Signed-off-by: Rob White <rob@blue-wave.net>
2 years agoolsrd: add olsrd-neigh.sh
Martin Hübner [Sun, 20 Jun 2021 11:16:54 +0000 (13:16 +0200)]
olsrd: add olsrd-neigh.sh

This script originates from Freifunk Berlin. It prints a list of
all meshing neighbors known to olsrd on the command line.

Added: Error-checking for IPv4/IPv6-Hosts.

Signed-off-by: Martin Hübner <martin.hubner@web.de>
(cherry picked from commit eff944874cef569272bbe99d02da766721b804dc)

2 years agoolsrd: fix olsrd starting before network
Nick Hainke [Fri, 18 Jun 2021 08:06:38 +0000 (10:06 +0200)]
olsrd: fix olsrd starting before network

Should fix #691.

Sometimes the wifi interface is not ready before olsrd tries to access
it. This leads to warnings in the form of:

daemon.info olsrd: /etc/rc.d/S65olsrd: olsrd_write_interface()
Warning: Interface 'wireless0' not found, skipped
daemon.notice procd: /etc/rc.d/S65olsrd: olsrd: /etc/rc.d/S65olsrd:
olsrd_write_interface() Warning: Interface 'wireless0' not found, skipped

We make use of the "wait_for" procd command that allows us to wait for
the network before starting olsrd.

Tested-by: Noki
Signed-off-by: Nick Hainke <vincent@systemli.org>
2 years agoopennds: [21.02] Backport of Release v9.1.1
Rob White [Tue, 6 Jul 2021 07:32:54 +0000 (08:32 +0100)]
opennds: [21.02] Backport of Release v9.1.1

Maintainer: Rob White rob@blue-wave.net
Compile tested: arm_cortex-a7_neon-vfpv4, mipsel_24kc
Run tested: arm_cortex-a7_neon-vfpv4, mipsel_24kc, gl-inet b1300, gl-inet mt300n-v2, Snapshot, 21.02.0-rc3, 19.07.7

Description:
This version fixes a compiler error, some compiler warnings and mutes a debug message
  * Fix - Compiler error, missing mode in call to open() [bluewave.net]
  * Fix - Compiler warning, ignored return value from call to lockf() [bluewave.net]
  * Fix - Compiler warning, ignored return value from call to system() [bluewave.net]
  * Fix - Compiler warning, ignored return value from call to fgets() [bluewave.net]
  * Fix - Remove debug message from call to get_client_interface library [bluewave.net]

Signed-off-by: Rob White <rob@blue-wave.net>
2 years agoolsrd: reload if config changed via uci
Nick Hainke [Tue, 22 Jun 2021 14:40:42 +0000 (16:40 +0200)]
olsrd: reload if config changed via uci

Fixes:
https://github.com/openwrt/luci/issues/5139

Signed-off-by: Nick Hainke <vincent@systemli.org>
(cherry picked from commit 64aa8866b73dbf8e68affddaec1456a1be9861f2)

2 years agoolsrd: switch to procd
Nick Hainke [Wed, 9 Jun 2021 07:48:26 +0000 (09:48 +0200)]
olsrd: switch to procd

Signed-off-by: Nick Hainke <vincent@systemli.org>
(cherry picked from commit dc0adf7dced5f6de8bcf096e3bb6b2ec67f91666)

2 years agoREADME: update content and use Markdown
Paul Spooren [Fri, 11 Jun 2021 19:55:27 +0000 (09:55 -1000)]
README: update content and use Markdown

The repository path changed and the information to manually add the feed
is outdated, since it enabled by default.

Also use Markdown to format the README since it looks much more
appealing.

Signed-off-by: Paul Spooren <mail@aparcar.org>
(cherry picked from commit 4bf9a5d5dca7457a7638613d4e3671b751785a25)

2 years agobabeld: add me as maintainer
Nick Hainke [Sat, 29 May 2021 20:33:52 +0000 (22:33 +0200)]
babeld: add me as maintainer

I am maintaining the ubus bindings and also the luci-app-babeld.
I am very glad that ubus is included and that is why I do not want
babeld maintainer to have extra work.

Signed-off-by: Nick Hainke <vincent@systemli.org>
(cherry picked from commit e62b8b54b997cac69fe7fa171c6750ca43f07187)

2 years agobabeld: update to 1.10
Nick Hainke [Sat, 29 May 2021 17:17:32 +0000 (19:17 +0200)]
babeld: update to 1.10

25 April 2021: babeld-1.10
  * Removed the disambiguation code: source-specific routing is no longer
    supported for IPv4, and for IPv6 only on Linux 3.11 or later.
  * Fixed an issue handling of retractions with no next hop, which caused
    interoperability problems with BIRD.  Thanks to Fabian Bläse.
  * If skip-kernel-setup is set, we no longer disable the rp_filter, which
    makes babeld work in containers.  Thanks to Martin Weinelt.

Remove upstreamed part of ubus patch:
-  local: make local_kind function accessible

Signed-off-by: Nick Hainke <vincent@systemli.org>
(cherry picked from commit dc22d38f919a58f90deaea52241c459699af788e)

2 years agoolsrd: only pud depends on libgps
Nick Hainke [Mon, 7 Jun 2021 18:43:04 +0000 (20:43 +0200)]
olsrd: only pud depends on libgps

As a workaround for the glibc-fix the dependency on libgps was moved
to olsrd. However, only pud is using this library.

Signed-off-by: Nick Hainke <vincent@systemli.org>
(cherry picked from commit 27ac56adc643d0d79d33591e349a507711dfd38f)

2 years agoolsrd: update to 2021-06-07
Nick Hainke [Mon, 7 Jun 2021 18:17:18 +0000 (20:17 +0200)]
olsrd: update to 2021-06-07

- pud: fix openwrt glibc compilation

Signed-off-by: Nick Hainke <vincent@systemli.org>
(cherry picked from commit 4f7791a1fd3fb1c77baa94ca57264378d0ace7a1)

2 years agoolsrd: update olsrd to 2021-06-01
Nick Hainke [Tue, 1 Jun 2021 13:09:29 +0000 (15:09 +0200)]
olsrd: update olsrd to 2021-06-01

Update olsrd to new version.
Remove upstreamed patches:
- 010-musl.patch
- 011-bison.patch
- 012-gpsd.patch

Signed-off-by: Nick Hainke <vincent@systemli.org>
(cherry picked from commit 6dac4d296cfa4400d44b225c47e62f7ba15032ec)

2 years agoolsrd: add me as maintainer
Nick Hainke [Tue, 1 Jun 2021 13:07:59 +0000 (15:07 +0200)]
olsrd: add me as maintainer

I am now the maintainer of olsrd. Add me also as maintainer in the
openwrt-routing feed.

Signed-off-by: Nick Hainke <vincent@systemli.org>
(cherry picked from commit b455e1809a196c971d38083713ab95d51c437f48)

2 years agoolsrd: use $(AUTORELEASE)
Nick Hainke [Tue, 1 Jun 2021 13:07:17 +0000 (15:07 +0200)]
olsrd: use $(AUTORELEASE)

Signed-off-by: Nick Hainke <vincent@systemli.org>
(cherry picked from commit 8c7bcb720624d0edf12b6709b457dbe37b7b9e2f)

2 years agoCI: fix building multi-arch-test-build
Nick Hainke [Wed, 2 Jun 2021 21:47:48 +0000 (23:47 +0200)]
CI: fix building multi-arch-test-build

The sed is adding the package name as "PKGNAME/" and does not remove
the "/". That is why the buildchain currently fails.

Signed-off-by: Nick Hainke <vincent@systemli.org>
2 years agoCI: copy .github from openwrt-packages
Nick Hainke [Sat, 29 May 2021 17:28:51 +0000 (19:28 +0200)]
CI: copy .github from openwrt-packages

Just copy .github from openwrt enabling:
- checking of formalities
- checking of build
- issue template
- pr template

Signed-off-by: Nick Hainke <vincent@systemli.org>
(cherry picked from commit d1ab87b7db7688f209647a3ce773d69cd978a2d3)

3 years agoMerge pull request #659 from ecsv/batadv-for-21.02
Simon Wunderlich [Wed, 19 May 2021 06:35:37 +0000 (08:35 +0200)]
Merge pull request #659 from ecsv/batadv-for-21.02

openwrt-21.02: update packages to version 2021.1

3 years agoalfred: update to version 2021.1 659/head
Sven Eckelmann [Fri, 14 May 2021 17:37:58 +0000 (19:37 +0200)]
alfred: update to version 2021.1

* Allow to force of alfred startup when the interfaces don't work/exist (yet)
* coding style cleanups and refactoring

Signed-off-by: Sven Eckelmann <sven@narfation.org>
3 years agobatctl: update to version 2021.1
Sven Eckelmann [Fri, 14 May 2021 17:37:58 +0000 (19:37 +0200)]
batctl: update to version 2021.1

* add various commands to print generic netlink replies as JSON
* coding style cleanups and refactoring

Signed-off-by: Sven Eckelmann <sven@narfation.org>
3 years agobatman-adv: Always send iface index+name in genlmsg
Sven Eckelmann [Fri, 14 May 2021 17:38:53 +0000 (19:38 +0200)]
batman-adv: Always send iface index+name in genlmsg

The batman-adv netlink messages often contain the interface index and
interface name in the same message. This makes it easy for the receiver to
operate on the incoming data when it either needs to print something or
needs to operate on the interface index.

But one of the attributes was missing for:

* neighbor table dumps
* originator table dumps
* gateway list dumps
* query of hardif information
* query of vid information

The userspace therefore had to implement special workarounds using
SIOCGIFNAME or SIOCGIFINDEX depending on what was actually provided.
Providing both information simplifies the userspace code massively without
adding a lot of extra overhead in the kernel portion.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
3 years agobatman-adv: update to version 2021.1
Sven Eckelmann [Fri, 14 May 2021 17:37:58 +0000 (19:37 +0200)]
batman-adv: update to version 2021.1

* support latest kernels (4.4 - 5.13)
* coding style cleanups and refactoring
* bugs squashed:

  - correctly initialize padding when sending out translation table TVLVs

Signed-off-by: Sven Eckelmann <sven@narfation.org>
3 years agoMerge pull request #657 from ecsv/batadv-for-21.02
Simon Wunderlich [Tue, 18 May 2021 17:09:31 +0000 (19:09 +0200)]
Merge pull request #657 from ecsv/batadv-for-21.02

openwrt-21.02: batman-adv: Merge bugfixes from 2021.1

3 years agobatman-adv: Merge bugfixes from 2021.1 657/head
Sven Eckelmann [Fri, 14 May 2021 18:54:45 +0000 (20:54 +0200)]
batman-adv: Merge bugfixes from 2021.1

* initialize "struct batadv_tvlv_tt_vlan_data"->reserved field

Signed-off-by: Sven Eckelmann <sven@narfation.org>
3 years agoalfred: use $(AUTORELEASE) for PKG_RELEASE
Sven Eckelmann [Fri, 14 May 2021 17:19:00 +0000 (19:19 +0200)]
alfred: use $(AUTORELEASE) for PKG_RELEASE

Use `$(AUTORELEASE)` variable rather than setting a PKG_RELEASE
on every commit manually.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
3 years agobatctl: use $(AUTORELEASE) for PKG_RELEASE
Sven Eckelmann [Fri, 14 May 2021 17:18:50 +0000 (19:18 +0200)]
batctl: use $(AUTORELEASE) for PKG_RELEASE

Use `$(AUTORELEASE)` variable rather than setting a PKG_RELEASE
on every commit manually.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
3 years agobatman-adv: use $(AUTORELEASE) for PKG_RELEASE
Sven Eckelmann [Fri, 14 May 2021 17:18:33 +0000 (19:18 +0200)]
batman-adv: use $(AUTORELEASE) for PKG_RELEASE

Use `$(AUTORELEASE)` variable rather than setting a PKG_RELEASE
on every commit manually.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
3 years agoopennds: Release v9.0.0
rob [Wed, 12 May 2021 16:39:03 +0000 (17:39 +0100)]
opennds: Release v9.0.0

This version introduces major new functionality, some changes and fixes.

New Themed Splash pages are introduced, enabling rapid customisation. Theme placeholders can be populated from information provided in the config file. Remote files and image sources can be defined in the config file and these will be automatically downloaded as required.

Deprecated legacy code from previous versions has been removed.

Tested on OpenWrt, OpenSuse and Debian.

Signed-off-by: rob <rob@blue-wave.net>
3 years agobird2: Makefile polishing
Josef Schlehofer [Thu, 25 Mar 2021 11:26:41 +0000 (12:26 +0100)]
bird2: Makefile polishing

- Just small reodering of some rows to be more consistent with packages feed
- Fix deprecated SPDX License Identifier

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit b38a46acd54879cd56de433a5e86c2dcf4b8b151)

3 years agobird2: update to version 2.0.8
Josef Schlehofer [Thu, 25 Mar 2021 11:16:49 +0000 (12:16 +0100)]
bird2: update to version 2.0.8

- Removed all patches as they are now included in upstream release
- Removed --with-linux-headers option
(Fixes: configure: WARNING: unrecognized options: --with-linux-headers)

Changelog:
https://bird.network.cz/pipermail/bird-users/2021-March/015281.html

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit dcff996cbefb6c54017b3d2fd20c9f77f4cdeabd)

3 years agoopennds: Release 8.1.1
Rob White [Mon, 22 Feb 2021 13:07:27 +0000 (13:07 +0000)]
opennds: Release 8.1.1

This release fixes an issue where some firewall rules containing
the keyword "block" would cause openNDS to fail in startup.

Signed-off-by: Rob White <rob@blue-wave.net>
3 years agoMerge pull request #643 from ecsv/batadv-2021.0
Simon Wunderlich [Tue, 16 Feb 2021 07:45:31 +0000 (08:45 +0100)]
Merge pull request #643 from ecsv/batadv-2021.0

alfred: Fix state handling for startup and restart/reload of alfred

3 years agoalfred: Start up alfred without valid interfaces 643/head
Sven Eckelmann [Mon, 15 Feb 2021 20:17:53 +0000 (21:17 +0100)]
alfred: Start up alfred without valid interfaces

The alfred server always needs interfaces to operate on. But these
interfaces might not exist at the moment when the daemon process is
started. This situation stopped the startup process after the init scripts
waited for a longer period of polling the system state.

But alfred is able to deal with interfaces which disappeared at runtime but
existed at startup. To force a similar behavior for the alfred startup, the
parameter "--force" or "-f" is used. The extra polling code is therefore no
longer needed in the init scripts.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
3 years agoalfred: Fix procd process handling for disable state
Sven Eckelmann [Mon, 15 Feb 2021 20:03:57 +0000 (21:03 +0100)]
alfred: Fix procd process handling for disable state

Alfred can be stopped during a (re)start or reload when:

* disabled = 1
* batman-adv interface is missing
* MAC based EUI64 IPv6 link-local address not set

It is assumed that procd detects that the procd instance definition
disappeared and the currently running instance must be stopped. But all
these checks were triggering an "exit" which then stopped the alfred init
script and the wrapper from /lib/functions/procd.sh. And thus procd was
never informed about the instances which should be changed.

The correct handling is to return the result of the function instead of
directly killing the init scripts.

Fixes: 45db0e60d2ff ("alfred: use procd")
Signed-off-by: Sven Eckelmann <sven@narfation.org>
3 years agobabeld: adopt to upstream header-style (#640)
Polynomdivision [Tue, 9 Feb 2021 21:51:39 +0000 (22:51 +0100)]
babeld: adopt to upstream header-style (#640)

babeld: adopt to upstream header-style

Instead of including the headerfiles that define the structs, we add
forward definitions to our headerfile.

Fixes warning:

ubus.h:67:32: warning: 'struct xroute' declared inside parameter list will not be visible outside of this definition or declaration
 void ubus_notify_xroute(struct xroute *xroute, int kind);
                                ^~~~~~
Signed-off-by: Nick Hainke <vincent@systemli.org>
3 years agobabeld: fix compiler warnings (#639)
Polynomdivision [Mon, 1 Feb 2021 19:40:17 +0000 (20:40 +0100)]
babeld: fix compiler warnings (#639)

babeld: fix compiler warnings

Fixes:
- "route_list_entry" points to "struct babel_route"
- "format_thousands" returns a string pointer
- "UBUS_METHOD_NOARG" wants a function returning an integer

Signed-off-by: Nick Hainke <vincent@systemli.org>
3 years agobabeld: send events via ubus (#633)
Polynomdivision [Mon, 1 Feb 2021 14:26:44 +0000 (15:26 +0100)]
babeld: send events via ubus (#633)

* babeld: send events via ubus

Send a notification via the ubus bus if we experience any changes in
neighbours, routes or xroutes.

The format looks like this:
  {route,xroute,neighbour}.add: Object was added
  {route,xroute,neighbour}.change: Object was changed
  {route,xroute,neighbour}.flush: Object was flushed

If ubus_bindings is turned off, it will minimally effect performance,
since only an if-statement has to be evaluated.
If no subscriber is available, it will minimally change the performance,
since only an if-statmenet that checks for subscribers has to be
evaluated.

Signed-off-by: Nick Hainke <vincent@systemli.org>
3 years agoMerge pull request #635 from ecsv/batadv-2021.0
Simon Wunderlich [Thu, 28 Jan 2021 21:25:57 +0000 (22:25 +0100)]
Merge pull request #635 from ecsv/batadv-2021.0

batman-adv: upgrade packages to latest release 2021.0

3 years agoalfred: upgrade package to latest release 2021.0 635/head
Sven Eckelmann [Thu, 28 Jan 2021 19:08:34 +0000 (20:08 +0100)]
alfred: upgrade package to latest release 2021.0

* Drop support for batman-adv's sysfs+debugfs

Signed-off-by: Sven Eckelmann <sven@narfation.org>
3 years agobatctl: upgrade package to latest release 2021.0
Sven Eckelmann [Thu, 28 Jan 2021 19:07:47 +0000 (20:07 +0100)]
batctl: upgrade package to latest release 2021.0

* Drop support for batman-adv's sysfs+debugfs
* allow to select routing algorithm during creation of interface
* bugs squashed:

  - fix query of meshif's ap_isolation status
  - ignore "interface already exists" error during "interface add"

Signed-off-by: Sven Eckelmann <sven@narfation.org>
3 years agobatman-adv: upgrade package to latest release 2021.0
Sven Eckelmann [Thu, 28 Jan 2021 19:07:28 +0000 (20:07 +0100)]
batman-adv: upgrade package to latest release 2021.0

* support latest kernels (4.4 - 5.11)
* coding style cleanups and refactoring
* drop support for sysfs+debugfs
* allow to select routing algorithm during creation of interface
* bugs squashed:

  - allocate enough reserved room on fragments for lower devices

Signed-off-by: Sven Eckelmann <sven@narfation.org>
3 years agobatman-adv: Drop compat code for Linux < 5.4
Sven Eckelmann [Thu, 28 Jan 2021 20:02:56 +0000 (21:02 +0100)]
batman-adv: Drop compat code for Linux < 5.4

The lowest kernel version supported by OpenWrt at the moment is Linux 5.4.
It is therefore not required to have these dead code sections anymore.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
3 years agobabeld: add ubus bindings 634/head
Nick Hainke [Thu, 17 Dec 2020 11:41:32 +0000 (12:41 +0100)]
babeld: add ubus bindings

A better integration of babeld with OpenWrt is to connect the daemon to
the IPC. So far, we can only communicate via a websocket. With ubus we
can send and receive commands in json format.

The commit adds a ubus interface to babeld with following functions:
- get_info
- get_neighbours
- get_xroutes
- get_routes

All output is divided into IPv4 and IPv6.

Ubus has to be enabled by setting "config general"
  option 'ubus_bindings' 'true'

Example:

root@OpenWrt:~# ubus call babeld get_info
{
"babeld-version": "babeld-1.9.2",
"my-id": "32:xx:xx:xx:xx:xx:xx:xx",
"host": "OpenWrt"
}

root@OpenWrt:~# ubus call babeld get_neighbours
{
"IPv4": {

},
"IPv6": {
"fe80::xx:xx:xx:xxx": {
"dev": "br-lan",
"hello-reach": 65408,
"uhello-reach": 0,
"rxcost": 96,
"txcost": 96,
"rtt": 4338271,
"channel": -2,
"if_up": true
}
}
}

root@OpenWrt:~# ubus call babeld get_xroutes
{
"IPv4": {
"10.0.0.3/32": {
"src-prefix": "0.0.0.0/0",
"metric": 0
},
"10.0.0.0/24": {
"src-prefix": "0.0.0.0/0",
"metric": 0
}
},
"IPv6": {
"fdfa:xx:xx::1/128": {
"src-prefix": "::/0",
"metric": 0
}
}
}

root@OpenWrt:~# ubus call babeld get_routes
{
"IPv4": {
"10.2.0.1/32": {
"src-prefix": "0.0.0.0/0",
"route_metric": 96,
"route_smoothed_metric": 96,
"refmetric": 0,
"id": "62:xx:xx:xx:xx:xx:xx:xx",
"seqno": 41381,
"channels": "",
"age": 17,
"via": "fe80::xx:xxxx:xxxx:xxxx",
"nexthop": " nexthop ",
"installed": true,
"feasible": true
},
"IPv6": {

}
}

Additional IPC functionality will follow.

Further, we changed the version to $version-ubus-mod.

Signed-off-by: Nick Hainke <vincent@systemli.org>
3 years agoopennds: Release 8.0.0
Rob White [Fri, 8 Jan 2021 21:01:24 +0000 (21:01 +0000)]
opennds: Release 8.0.0
This version introduces major new functionality and some major changes
  * Rationalisation of support for multiple Linux distributions [bluewavenet]
  * Refactor login.sh script introducing base64 encoding and hashed token (hid) support [bluewavenet]
  * Refactor fas-hid script introducing base64 encoding and simplifying customisation of the script [bluewavenet]
  * Refactor binauth_log.sh and log BinAuth custom data as url encoded [bluewavenet]
  * Refactor fas-aes, simplifying customisation of the script [bluewavenet]
  * Refactor fas-aes-https, simplifying customisation of the script [bluewavenet]
  * Change - Use hid instead of tok when fas_secure_enabled >= 1 [bluewavenet]
  * Add - base64 encoding to fas_secure_enabled level 1 [bluewavenet]
  * Add - gatewyname, clientif, session_start, session_end and last_active to ndsctl json [bluewavenet]
  * Add - support for RFC6585 Status Code 511 - Network Authentication Required [bluewavenet]
  * Add - Client Status Page UI with Logout [bluewavenet]
  * Add - GatewayFQDN option [bluewavenet]
  * Add - client interface to status page query string [bluewavenet]
  * Add - support using base 64 encoded custom string for BinAuth and replace tok with hid [bluewavenet]
  * Add - base 64 decode option to ndsctl [bluewavenet]
  * Add - b64 encoding of querystring for level 1 [bluewavenet]
  * Add - Improved performance/user-experience on congested/slow systems using php FAS scripts [bluewavenet]
  * Add - support for ndsctl auth by hid in client_list [bluewavenet]
  * Add - Ensure faskey is set to default value (always enabled) [bluewavenet]
  * Add - Display error page on login failure in login.sh [bluewavenet]
  * Add - splash.html, add deprecation notice [bluewavenet]
  * Add - authmon, improved lock checking and introduce smaller loopinterval [bluewavenet]
  * Add - client_params, wait for ndsctl if it is busy [bluewavenet]
  * Add - fas-aes-https, allow progressive output to improve user experience on slow links [bluewavenet]
  * Fix - Block access to /opennds_preauth/ if PreAuth not enabled [bluewavenet]
  * Fix - On startup, call iptables_fw_destroy before doing any other setup [bluewavenet]
  * Fix - missing final redirect to originurl in fas-hid [bluewavenet]
  * Fix - ensure gatewayname is always urlencoded [bluewavenet]
  * Fix - client session end not set by binauth [bluewavenet]
  * Fix - Session timeout, if client setting is 0, default to global value [bluewavenet]
  * Fix - missing trailing separator on query and fix some compiler errors [bluewavenet]
  * Fix - ensure authmon daemon is killed if left running from previous crash [bluewavenet]
  * Fix - add missing query separator for custom FAS parameters [bluewavenet]
  * Fix - ndsctl auth, do not set quotas if client is already authenticated [bluewavenet]
  * Fix - client_params, show "Unlimited" when "null" is received from ndsctl json [bluewavenet]
  * Update configuration files [bluewavenet]
  * update documentation [bluewavenet]

Signed-off-by: Rob White <rob@blue-wave.net>
3 years agocjdns: use codeload
Rosen Penev [Fri, 11 Dec 2020 03:15:31 +0000 (19:15 -0800)]
cjdns: use codeload

Simplifies Makefile slightly. Hopefully more consistent tarballs.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agocjdns: update to 21
Rosen Penev [Fri, 11 Dec 2020 03:07:44 +0000 (19:07 -0800)]
cjdns: update to 21

Fixed compilation with musl 1.2.x , mostly.

Added a patch fixing compilation on 32-bit platforms.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agoohybridproxy: fix up Makefile
Rosen Penev [Wed, 16 Dec 2020 01:17:14 +0000 (17:17 -0800)]
ohybridproxy: fix up Makefile

Use a more standard setup for local tarballs to clean up the Makefile.

Fixed license information.

Added PKG_BUILD_PARALLEL for faster compilation.

Removed upstreamed patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agohnetd: update to latest commit
Rosen Penev [Wed, 16 Dec 2020 01:58:15 +0000 (17:58 -0800)]
hnetd: update to latest commit

Fixed compilation with newer libubox.

libubox added a sys/stat.h include, which happens to break compilation.
The reason being __unused is a variable in musl and an attribute here.
Fixed by undefining right before including the headers.

Clean up Makefile for consistency between packages.

Refreshed patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agoMerge pull request #618 from TDT-AG/pr20201009/quagga-libcares
Moritz Warning [Thu, 26 Nov 2020 21:26:27 +0000 (22:26 +0100)]
Merge pull request #618 from TDT-AG/pr20201009/quagga-libcares

quagga: fix dependency to libcares

3 years agoMerge pull request #619 from neheb/qg
Moritz Warning [Tue, 10 Nov 2020 20:45:02 +0000 (21:45 +0100)]
Merge pull request #619 from neheb/qg

quagga: update GCC10 patch

3 years agoMerge pull request #625 from bluewavenet/master
Moritz Warning [Tue, 10 Nov 2020 20:38:59 +0000 (21:38 +0100)]
Merge pull request #625 from bluewavenet/master

opennds: Release 7.0.1

3 years agoopennds: Release 7.0.1 625/head
Rob White [Sat, 7 Nov 2020 20:25:58 +0000 (20:25 +0000)]
opennds: Release 7.0.1

This version introduces major new enhancements and the disabling or removal of deprecated functionality.

  * Add - built in autonomous Walled Garden operation [bluewavenet]
  * Add - Support for Custom Parameters [bluewavenet]
  * Add - Quota and rate reporting to ndsctl json. Format output and fix json syntax errors [bluewavenet]
  * Add - global quotas to output of ndsctl status [bluewavenet]
  * Add - Report Rate Check Window in ndsctl status and show client quotas [bluewavenet]
  * Add - gatewaymac to the encrypted query string [bluewavenet]
  * Add - support for login mode in PreAuth  [bluewavenet]
  * Fix - get_iface_ip in case of interface is vif or multihomed [bluewavenet]
  * Fix - Add missing client identifier argument in ndsctl help text [bluewavenet]
  * Fix - fix missing delimiter in fas-hid [bluewavenet]
  * Fix - get_client_interface for case of iw utility not available [bluewavenet]
  * Fix - php notice for pedantic php servers in post-request [bluewavenet]
  * Remove - support for deprecated RedirectURL [bluewavenet]
  * Deprecate - ndsctl clients option [bluewavenet]
  * Deprecate - legacy splash.html and disable it [bluewavenet]

Signed-off-by: Rob White <rob@blue-wave.net>
3 years agoMerge pull request #623 from ecsv/batadv-2020.4
Simon Wunderlich [Tue, 27 Oct 2020 14:02:46 +0000 (15:02 +0100)]
Merge pull request #623 from ecsv/batadv-2020.4

batman-adv: upgrade package to latest release 2020.4

3 years agoalfred: upgrade package to latest release 2020.4 623/head
Sven Eckelmann [Sat, 24 Oct 2020 20:16:07 +0000 (22:16 +0200)]
alfred: upgrade package to latest release 2020.4

* (no changes)

Signed-off-by: Sven Eckelmann <sven@narfation.org>
3 years agobatctl: upgrade package to latest release 2020.4
Sven Eckelmann [Sat, 24 Oct 2020 20:15:35 +0000 (22:15 +0200)]
batctl: upgrade package to latest release 2020.4

* bugs squashed:

   - Fix endianness in ICMPv6 Echo Request/Reply parsing

Signed-off-by: Sven Eckelmann <sven@narfation.org>
3 years agobatman-adv: upgrade package to latest release 2020.4
Sven Eckelmann [Sat, 24 Oct 2020 20:13:42 +0000 (22:13 +0200)]
batman-adv: upgrade package to latest release 2020.4

* support latest kernels (4.4 - 5.10)
* coding style cleanups and refactoring
* bugs squashed:

  - fix incorrect reroute handling of multicast packets
  - improve handling of multicast packets by bridge loop avoidance

Signed-off-by: Sven Eckelmann <sven@narfation.org>
3 years agoquagga: fix dependency to libcares 618/head
Martin Schiller [Fri, 9 Oct 2020 06:23:23 +0000 (08:23 +0200)]
quagga: fix dependency to libcares

Commit 9a89e57d7614 ("quagga: update to 1.2.4") introduced a dependency
to libcares.

Fix this by disabling the not used nhrpd (next hop resolution protocol).

Signed-off-by: Martin Schiller <ms@dev.tdt.de>
3 years agoquagga: update GCC10 patch 619/head
Rosen Penev [Mon, 12 Oct 2020 23:49:57 +0000 (16:49 -0700)]
quagga: update GCC10 patch

Turns out it was incomplete. No idea how...

Signed-off-by: Rosen Penev <rosenp@gmail.com>