- Aug 08, 2017
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
The new gluon.site lua library will eventually replace gluon.site_config (which is hereby deprecated, but will continue to be supported for a while). The new gluon.site library will wrap all values to allow traversing non-existing tables without errors. site = require 'gluon.site' c = site.a.b.c -- doesn't fail even if a or a.b don't exist The wrapped values must be unwrapped using call syntax: site_name = site.site_name() Using the call syntax on a non-existing value will return nil. An alternative default value may be passed instead: mac = site.next_node.mac('16:41:95:40:f7:dc')
-
Matthias Schiffer authored
simple-uci will now delete an option when nil is passed.
-
Matthias Schiffer authored
simple-uci will now delete an option when nil is passed.
-
Matthias Schiffer authored
-
Matthias Schiffer authored
simple-uci will now delete an option when nil is passed.
-
Matthias Schiffer authored
simple-uci will now delete an option when nil is passed.
-
Matthias Schiffer authored
uci:set_list() will delete the list when nil is passed, so there is no need to differentiate between the cases.
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
- Aug 07, 2017
-
-
Matthias Schiffer authored
The generic upgrade script is moved to run after the more specific scripts. In addition, the script will now remove the configuration sections of uninstalled VPN packages, so both positive and negative changes of the default enable state can be migrated correctly. Based-on-patch-by:
Cyrus Fox <cyrus@lambdacore.de> Fixes: #1187
-
- Jul 25, 2017
-
-
Matthias Schiffer authored
When a Gluon node is used to connect to an uplink router/DHCP server (for example in deployments without VPN tunnels), the gw_mode must be set to server; this should be preserved on upgrades. Fixes #1196
-
- Jul 19, 2017
-
-
Steffen Förster authored
[Matthias Schiffer: move to proto_gluon_bat0_setup() and default to BATMAN_IV]
-
- Jul 11, 2017
-
-
kb-light authored
-
- Jul 09, 2017
-
-
Matthias Schiffer authored
gluon-mesh-babel is not merged yet, and once it is, this would lead to a circular dependency.
-
Matthias Schiffer authored
To reduce the number of packages that need to be listed in GLUON_SITE_PACKAGES, this adds a new variable GLUON_FEATURES. Sets of packages are enabled automatically based on the combination of listed feature flags. Site-specified package feeds can provide their own feature flag definitions.
-
- Jul 08, 2017
-
-
Matthias Schiffer authored
These packages don't work or don't make sense without batman-adv.
-
Matthias Schiffer authored
As PROVIDES can be used to replace real packages now, we don't need the virtual packages as workaround anymore. This also means that the providing packages don't need to be added to site.mk explicitly anymore when the default provider is used.
-
- Jul 07, 2017
-
-
Ruben Barkow authored
-
- Jul 06, 2017
-
-
Sunz3r authored
-
- Jun 29, 2017
-
-
Ruben Barkow authored
-
Tata authored
-
- Jun 27, 2017
-
-
Matthias Schiffer authored
Based-on-patch-by:
Christof Schulze <christof.schulze@gmx.net>
-
Christof Schulze authored
-
Matthias Schiffer authored
While we use the hexadecimal representation as a hash input for simplicity, it should not be interpreted as case-sensitive.
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
The new proto will simplify the switch to VXLAN encapsulation.
-
Matthias Schiffer authored
-
- Jun 26, 2017
-
-
Matthias Schiffer authored
The next-node MAC address doesn't need to be unique in different communities, so we can as well add a default value.
-
- Jun 23, 2017
-
-
Ruben Barkow authored
-
Ruben Barkow authored
-
- Jun 21, 2017
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
- Jun 19, 2017
-
-
Ruben Barkow authored
-
- Jun 01, 2017
-
-
Matthias Schiffer authored
Fixes #1130
-
- May 12, 2017
-
-
Matthias Schiffer authored
Reverts d5829d87 ("gluon-mesh-batman-adv-core: disable bridge port learning on bat0"). Fixes #1121
-
- Apr 27, 2017
-
-
Christof Schulze authored
-