- Apr 11, 2019
-
-
Tata authored
in case of default disabled simple-tc for tunneldigger Signed-off-by:
Jan-Tarek Butt <tarek@ring0.de>
-
- Feb 25, 2019
-
-
bobcanthelpyou authored
-
David Bauer authored
-
David Bauer authored
This package allows to automatically switch to another domain, either at a given point in time or after the node was offline long enough.
-
- Feb 04, 2019
-
-
Martin Weinelt authored
fixes #1629
-
Martin Weinelt authored
-
David Bauer authored
This commit distributes dualband radios evenly on 2.4 GHz and 5GHz with 2.4 GHz being prioritised higher than 5 GHz. This means in case a device has only a single radio and this radio supports operation in both bands, it will be set to 2.4 GHz. Tested-by:
Martin Weinelt <martin@darmstadt.freifunk.net> Signed-off-by:
David Bauer <mail@david-bauer.net>
-
- Jan 18, 2019
-
-
Martin Weinelt authored
The original commit only applied its changes to the source file and did not rebuild the minified file, therefore the change never went live.
-
- Jan 03, 2019
-
-
Matthias Schiffer authored
The text was changed in the i18n files, but the corresponding change in the Lua sources seemingly got lost during a rebase. Closes #1611 (cherry picked from commit 2aa324ec)
-
- Dec 07, 2018
-
-
Martin Weinelt authored
Allow odhcp6c to fork the script to handle router advertisments in 30 seconds intervals. This is the value that was previously used in Gluon v2018.1 / LEDE 17.01. The default value is 3 seconds and while it is RFC compliant it can put alot of pressure on even moderately sized devices. Signed-off-by:
Martin Weinelt <martin@darmstadt.freifunk.net>
-
- Dec 04, 2018
-
-
Christof Schulze authored
log-file /dev/stderr is broken for babeld as it eats log messages for debug log. This commit gets rid of the option. This allows -d N to be used as babeld command line option.
-
- Dec 02, 2018
-
-
Julian authored
$VERSION_ID is a lowercase value
-
- Nov 29, 2018
-
-
bobcanthelpyou authored
-
bobcanthelpyou authored
-
bobcanthelpyou authored
-
- Nov 27, 2018
-
-
Martin Weinelt authored
Fixes: #659 Signed-off-by:
Martin Weinelt <martin@darmstadt.freifunk.net>
-
Andreas Ziegler authored
This reverts commit 104d7455. in its current form it requires you to enter coordinates, which we don't want to enforce by default.
-
- Nov 26, 2018
-
-
Christof Schulze authored
-
Christof Schulze authored
-
Christof Schulze authored
This patch makes use of the new feature in l3roamd to gracefully add, remove and list the mesh interfaces that are currently in use. This helps when changing mesh interfaces often - a characteristic of the wireguard protocol implementation as in the previous behavior all local clients are dropped when adjusting mesh interfaces.
-
- Nov 24, 2018
-
-
Jan-Tarek Butt authored
-
- Nov 21, 2018
-
-
Christof Schulze authored
gluon-core, gluon-mesh-babel: move lua functions that generate ll-addresses from a mac into gluon-core
-
Christof Schulze authored
gluon-mesh-babel: babel-respond: stop relying on mac addresses and instead obtain ll-address from nic
-
Christof Schulze authored
-
Christof Schulze authored
-
Matthias Schiffer authored
gluon-wan is a sudo-like exec wrapper that switches the process group to gluon-mesh-vpn, making it use the WAN dnsmasq rather than resolving over the mesh. Note that this only affects DNS at the moment. Processes running under gluon-wan will still use the regular mesh IPv6 routing table, and not the WAN routing table. This is not a problem for IPv4, as there is only one IPv4 routing table. Fixes #1575
-
- Nov 18, 2018
-
-
Matthias Schiffer authored
-
- Nov 17, 2018
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
Rename to respondd.c / respondd.so, gluon.mk expects these names. This way we can remove the install code. The installed filename is changed to gluon-mesh-babel.so, bringing it in line with out common naming scheme.
-
- Nov 16, 2018
-
-
T-X authored
The redirect and dnat target are needed for gluon-alt-esc-client to forward frames to the selected, alternative gateways. Signed-off-by:
Linus Lüssing <linus.luessing@c0d3.blue>
-
- Oct 14, 2018
-
-
David Bauer authored
-
- Oct 11, 2018
-
-
Andreas Ziegler authored
-
Andreas Ziegler authored
-
David Bauer authored
This adds support for the TP-Link TL-WR902Ac v1 travel router. The device is marked as broken due to 64MB which might be insufficient in certain environments.
-
- Sep 29, 2018
-
-
Matthias Schiffer authored
Do not require this setting in site.conf.
-
- Sep 15, 2018
-
-
David Bauer authored
Before 7827f896, mandatory hostname field in config mode was pre-filled with the default hostname. This commit adds the config_mode.hostname.prefill option for controlling the default value.
-
- Sep 05, 2018
-
-
Tata authored
this activates the package by default when using the batman feature while still allowing to explicitly remove it like this: GLUON_SITE_PACKAGES := \ -gluon-ebtables-limit-arp
-
- Sep 01, 2018
-
-
Matthias Schiffer authored
gluon-config-mode-geo-location-osm extends the gluon-config-mode-geo-location with a location picker based on OpenStreetMaps. Based-on-patch-by:
Jan-Tarek Butt <tarek@ring0.de>
-
Matthias Schiffer authored
The new code is shorter and uses more readable variable names. It does not depend on specifically named input fields anymore (allowing to use multiple maps on the same page), and only uses well-defined interfaces to trigger revalidation of input fields. The Map model class allows to add OSM maps to gluon-web forms.
-
Matthias Schiffer authored
-