- Dec 22, 2016
-
-
Matthias Schiffer authored
gluon-core: add function to gluon.util that returns all active mesh-devices
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Christof Schulze authored
-
- Dec 21, 2016
-
-
Matthias Schiffer authored
Fixes #961
-
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 20, 2016
-
-
Matthias Schiffer authored
Backport a few patches to allow sysupgrades on mmcblk and similar block devices.
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
The default abbreviation length depends on factors like user configuration, git version and number of repository objects. Use unabbreviates IDs to make patch generation more reproducible.
-
- Dec 19, 2016
-
-
Matthias Schiffer authored
-
- Dec 18, 2016
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
- Dec 17, 2016
-
-
Matthias Schiffer authored
-
- Dec 13, 2016
-
-
David Lutz authored
-
Matthias Schiffer authored
Switch from batman-adv v14/v15 debugfs to netlink
-
- Dec 12, 2016
-
-
Matthias Schiffer authored
-
Julian Labus authored
-
- Dec 11, 2016
-
-
Matthias Schiffer authored
Fixes #975
-
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
-
Matthias Schiffer authored
-
Matthias Schiffer authored
This lifts batman-adv and alfred to version 2016.4.
-
- Dec 10, 2016
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
Mesh-wide multicast requests are answered with a random delay of up to 10s.
-
Matthias Schiffer authored
-
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
-
-
Christof Schulze authored
* use tabs instead of spaces * use jsonfilter for speed
-
Jan-Philipp Litza authored
-
Matthias Schiffer authored
-
txt.file authored
-
Christof Schulze authored
-
- Dec 07, 2016
-
-
Matthias Schiffer authored
-