- 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.
-
- Oct 10, 2016
-
-
Jan-Tarek Butt authored
-
- Sep 18, 2016
-
-
Matthias Schiffer authored
Fixes #886
-
- 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.
-
- Sep 07, 2016
-
-
Ruben Barkow authored
-
J0WI authored
None of them are used by modern browsers anymore, so it's safe to remove them.
-
Matthias Schiffer authored
Fixes #834
-
Matthias Schiffer authored
Fixes #842
-
Matthias Schiffer authored
Users may have defined additional mesh interfaces. Properly migrate these to avoid subtly breaking the network config (and make them ready for new mesh protocols).
-
Matthias Schiffer authored
gluon-client-bridge: add LAN interfaces to client bridge by default (instead of doing this in the batman-adv-specific scripts) This allows to weaken the gluon-mesh-batman-adv-core dependency of gluon-luci-portconfig to gluon-client-bridge.
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
This new protocol will allow configuring mesh interfaces independently of the used mesh protocol.
-
- Aug 30, 2016
-
-
Matthias Schiffer authored
-