- Jul 14, 2018
-
-
Matthias Schiffer authored
-
- Jul 13, 2018
-
-
Matthias Schiffer authored
-
- Jul 12, 2018
-
-
David Bauer authored
-
- Jul 10, 2018
-
-
Matthias Schiffer authored
-
- Jun 09, 2018
-
-
Sven Eckelmann authored
-
- Jun 08, 2018
-
-
Sven Eckelmann 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.
-
Matthias Schiffer authored
-
Matthias Schiffer authored
net.ipv6.conf.br-client.forwarding is moved from gluon-client-bridge to gluon-mesh-batman-adv, as the setting is not useful with non-bridged protocols.
-
- Mar 17, 2018
-
-
Matthias Schiffer authored
-
- Feb 25, 2018
-
-
Matthias Schiffer authored
exec() is moved to gluon.util.
-
Matthias Schiffer authored
-
Matthias Schiffer 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]
-
- Feb 15, 2018
-
-
Matthias Schiffer authored
Both gluon.sysconfig and libgluonutil already remove the trailing newline if it exists. It's nicer to avoid files without a trailing newline, e.g. for printing the file contents in a terminal.
-
Martin Weinelt authored
Patch originally authored by @oleeander. Fixes #424
-
Matthias Schiffer authored
Allows to remove some redundant UCI lookups.
-
- Feb 07, 2018
-
-
Karsten authored
Fixes #1322
-
- Feb 03, 2018
-
-
Matthias Schiffer authored
The prefix is not used, and requesting it leads to odhcp6c log spam with certain DHCPv6 servers.
-
Matthias Schiffer authored
-
- Jan 26, 2018
-
-
Matthias Schiffer authored
-
- Jan 24, 2018
-
-
Matthias Schiffer authored
Evaluating these rules before all the ICMPv6 rules improves wired mesh throughput measurably.
-
Matthias Schiffer authored
On most devices, there is only a single LAN interface connected to all LAN ports, so no bridge is necessary.
-
- Jan 19, 2018
-
-
lemoer authored
[Matthias Schiffer: rebase]
-
lemoer authored
This should not convert JSON to a Lua table and back, as this loses the distinction between arrays and objects, but as our site.conf is defined in Lua anyways (for now), this can be fixed in a later revision. [Matthias Schiffer: rename to gluon-show-site, rebase]
-
- Jan 18, 2018
-
-
Matthias Schiffer authored
By basing the Lua gluon.site module on gluonutil_load_site_config(), the config load implementation needs to changed only in a single place for multi-domain support.
-
Matthias Schiffer authored
-
- Jan 17, 2018
-
-
Matthias Schiffer authored
Fixes #1311
-
Matthias Schiffer authored
Fixes #1308
-
- Jan 16, 2018
-
-
David Bauer authored
-
- Jan 11, 2018
-
-
Matthias Schiffer authored
The 'auto' attribute still allows enabling the interface using ifup, which is not intended when wired mesh is disabled.
-
- Jan 03, 2018
-
-
David Bauer authored
-
- Dec 27, 2017
-
-
Matthias Schiffer authored
As core defines basic rules for this zone, it makes sense to create it there.
-
Matthias Schiffer authored
-
Matthias Schiffer authored
Based-on-patch-by:
Christof Schulze <christof.schulze@gmx.net>
-
Matthias Schiffer authored
OUTPUT is always accepted, no need to allow ICMPv6 explicitly.
-
Matthias Schiffer authored
Wrap long lines.
-
- Nov 25, 2017
-
-
Christof Schulze authored
* gluon-core, gluon-client-bridge: introduce new firewall zone: local_client * gluon-core: put clients in local_client zone, introduce drop-zone, set dns-rules and zones * gluon-respondd: allow respondd on mesh * gluon-status-page-api: allow http input on mesh and client
-
- Aug 11, 2017
-
-
Matthias Schiffer authored
-