- Feb 10, 2017
-
-
Matthias Schiffer authored
We also make use of the boolean support of simple-uci to make scripts clearer.
-
Matthias Schiffer authored
The maintenance overhead doesn't justify keeping this old stuff anymore.
-
Christof Schulze authored
Rework init script to additionally join a ff05::... multicast group on the mesh-wide interface.
-
- 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 21, 2017
-
-
Matthias Schiffer authored
Fix an exception breaking the page.
-
- Jan 20, 2017
-
-
Matthias Schiffer authored
-
- Jan 19, 2017
-
-
Matthias Schiffer authored
-
- Jan 18, 2017
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
- Jan 17, 2017
-
-
Matthias Schiffer authored
-
- Jan 06, 2017
-
-
Matthias Schiffer authored
Closes #844
-
- Jan 02, 2017
-
-
Christof Schulze authored
-
- Dec 22, 2016
-
-
Matthias Schiffer authored
-
- Dec 21, 2016
-
-
Christof Schulze authored
gluon-core: add get_mesh_devices(uconn) to gluon.util which will return all devices being up and having proto = gluon_mesh
-
Christof Schulze authored
-
- Dec 11, 2016
-
-
Matthias Schiffer authored
-
Sven Eckelmann authored
The batadv debugfs requires large memory blocks to write the text debug tables. This is inefficient for large tables like the global translation table or the originators table. The memory requirement can be reduced by using netlink. It copies smaller packets in a binary format to the userspace program. The respondd module of gluon-mesh-batman-adv-core can therefore parse larger originator tables without causing an OOM on systems which are tight on memory. Signed-off-by:
Sven Eckelmann <sven@narfation.org>
-
Sven Eckelmann authored
The batadv debugfs requires large memory blocks to write the text debug tables. This is inefficient for large tables like the global translation table or the originators table. The memory requirement can be reduced by using netlink. It copies smaller packets in a binary format to the userspace program. gluon-status-page-api can therefore parse larger originator tables without causing an OOM on systems which are tight on memory. Signed-off-by:
Sven Eckelmann <sven@narfation.org>
-
Ruben Barkow authored
-
- Dec 10, 2016
-
-
Matthias Schiffer authored
Mesh-wide multicast requests are answered with a random delay of up to 10s.
-
Matthias Schiffer authored
gluon-client-bridge, gluon-mesh-batman-adv-core: switch roles of br-client and local-node interfaces MAC and IP addresses are switched. This makes the gluon-client-bridge package more useful for different routing protocols that don't need a unique address on the client bridge. As a side effect, gluon-radvd is now using the next-node address, which had been considered before, but was dismissed to avoid having gluon-radvd depend on gluon-next-node and gluon-mesh-batman-adv. This will be useful for announcing default routes via gluon-radvd. One downside is that this introduces a minor dependency on batman-adv in gluon-respondd: the hotplug script that checked for the client interface before will now check for local-node. This doesn't really matter: for mesh protocols without a local-node interface, the check will do nothing (which makes sense, as there is no interface to bind to for mesh-wide respondd).
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
The next-node interface may be useful with IPv4 only or even just a MAC address. This prepares merging gluon-next-node into gluon-batman-adv-core.
-
- Dec 09, 2016
-
-
Jan-Philipp Litza authored
Because we unconditionally appended `-i br-client` to the command line of respondd, it wasn't restarted when br-client changed state. Now, we use a jsonfilter expression on the network.interface dump data, similar to how the other interface names are generated, and only add the interface to the argument list if it is up.
-
- Dec 08, 2016
-
-
Jan-Philipp Litza authored
-
Matthias Schiffer authored
-
Christof Schulze authored
-
- Dec 06, 2016
-
-
rubo77 authored
-
- Dec 03, 2016
-
-
Matthias Schiffer authored
Fixes #941
-
- Nov 30, 2016
-
-
Matthias Schiffer authored
-
Ruben Barkow authored
-
- Nov 22, 2016
-
-
Matthias Schiffer authored
The interfaces were accidentially switched when the CPE210 was separated from the CPE510 code.
-
- Nov 05, 2016
-
-
viisauksena authored
-
- Oct 24, 2016
-
-
Brother-Lal authored
-
Brother-Lal authored
If cookies are disabled, the Statuspage only displays an empty ("Not connected") This checks if the localStorage API is available and working and only uses it in this case Also allows better backwards compatibility.
-