- Jun 16, 2019
-
-
bobcanthelpyou authored
-
- Apr 28, 2019
-
-
Martin Weinelt authored
-
Martin Weinelt authored
-
Martin Weinelt authored
Add the `wifi5.outdoor_chanlist` site configuration that allows specifying an outdoor channel range that can be switched to for regulatory compliance. Upon enabling the outdoor option the device will - configure the `outdoor_chanlist` on all 5 GHz radios - which may enable DFS/TPC, based on the regulatory domain - disable ibss/mesh on the 5 GHz radio, as DFS *will* break mesh connections - allow for htmode reconfiguration on 5 GHz radios The outdoor option can be toggled from - Advanced Settings - W-LAN - Outdoor Installation The `preserve_channel` flag overrules the outdoor channel selection.
-
Martin Weinelt authored
-
bobcanthelpyou authored
-
- Feb 12, 2019
-
-
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.
-
- Jul 10, 2018
-
-
Matthias Schiffer authored
-
- Apr 27, 2018
-
-
Matthias Schiffer authored
In multidomain setups, VXLAN is enabled by default, but can be disabled in domain configs using the mesh/vxlan option. In single domain setups, the mesh/vxlan option is mandatory. The UCI option for legacy mode is removed. Fixes #1364
-
- Apr 13, 2018
-
-
Matthias Schiffer authored
dnsmasq's caching is severly broken and does not handle all answer records equally. In particular, its cached answers are missing DNSKEY and DS records, breaking DNSSEC validation on clients. Remove the cache for now. It may return if dnsmasq is fixed or we switch to a different resolver.
-
- Mar 17, 2018
-
-
Matthias Schiffer authored
-
Jan-Tarek Butt authored
-
- Feb 16, 2018
-
-
Christof Schulze authored
* change type of next_node.name * create domain entry for each entry and add to dnsmasq configuration [Matthias Schiffer: reword documentation]
-
- Jan 26, 2018
-
-
Matthias Schiffer authored
Based-on-patch-by:
lemoer <git@irrelefant.net>
-
Matthias Schiffer authored
This does not do anything yet, as this_domain() is not implemented yet. Based-on-patch-by:
lemoer <git@irrelefant.net>
-
- Jan 19, 2018
-
-
Matthias Schiffer authored
In addition to significant internal differences in check_site_lib.lua (in particular unifying error handling to a single place for the upcoming multi-domain support), this changes the way fields are addressed in site check scripts: rather than providing a string like 'next_node.ip6', the path is passed as an array {'next_node', 'ip6'}. Other changes in site check scripts: * need_array and need_table now pass the full path to the sub fields to the subcheck instead of the key and value * Any check referring to a field inside a table implies that all higher levels must be tables if they exist: a check for {'next_node', 'ip6'} adds an implicit (optional) check for {'next_node'}, which allows to remove many explicit checks for such tables
-
lemoer authored
[Matthias schiffer: rebase, add a few more restrictions]
-
lemoer authored
[Matthias Schiffer: rebase]
-
- Dec 26, 2017
-
-
Ralf Jung authored
-
- Jun 27, 2017
-
-
Matthias Schiffer authored
-
- Feb 21, 2017
-
-
kb-light authored
-
- Feb 10, 2017
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
These values have been in use in gluon-core for some time, the validators need to be moved as well.
-
- Jan 26, 2017
-
-
Matthias Schiffer authored
A lot of our code does not actually work with other prefix lengths. Fixes #1014
-
- Jan 24, 2017
-
-
Christof Schulze authored
-
Christof Schulze authored
-
- Jan 18, 2017
-
-
Matthias Schiffer authored
-
- Sep 10, 2016
-
-
Matthias Schiffer authored
If next_node.ip4 is not set or gluon-next-node is not used, prefix4 will now be optional as well.
-
- Aug 27, 2016
-
-
kb-light authored
and add documentation
-
- Jul 29, 2016
-
-
Matthias Schiffer authored
-
- Oct 27, 2015
-
-
Matthias Schiffer authored
Fixes #487
-
- Oct 26, 2015
-
-
Matthias Schiffer authored
gluon-radio-config contained only a single file. The code has been adjusted to allow creating a Gluon configuration without WLAN support by removing the wifi24 and wifi5 sections from site.conf.
-
- Oct 14, 2015
-
-
Matthias Schiffer authored
The new options allow specifying custom repositories and are evaluated in an upgrade script, not during build.
-
- Mar 21, 2015
-
-
Jan-Philipp Litza authored
In Bremen it has been noted that a prefix may lead people to believe it has to stay there and thus naming their nodes "ffhb-*", which is not what the community wants (see FreifunkBremen/gluon-site-ffhb#1). However, an empty prefix lead to the connecting hyphen still being inserted. This commit thus makes the hyphen part of the configured prefix and allows the prefix to be missing from the `site.conf`.
-
- Jul 05, 2014
-
-
Matthias Schiffer authored
-