- Feb 12, 2017
-
-
Matthias Schiffer authored
-
- Feb 11, 2017
-
-
Christof Schulze authored
-
Christof Schulze authored
-
Christof Schulze authored
-
Christof Schulze authored
uradvd will tolerate devices appearing and disappearing during runtime.
-
- Feb 10, 2017
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
These values have been in use in gluon-core for some time, the validators need to be moved as well.
-
Matthias Schiffer authored
macvlan interfaces never directly exchange traffic with the underlying interface, but only with other hosts behind the interface. In consequence, router advertisements from the uradvd running on br-client could never reach local-node, preventing it from getting an IPv6 address without RAs from an external radvd. Fix this be replacing the macvlan interface with a veth pair (with the peer interface in br-client). As a side effect, this saves about 5KB of flash, as the veth module is simpler than macvlan.
-
Matthias Schiffer authored
When preparing the migration from macvlan to veth for local-node, MAC address conflicts occurred as some ports of br-client had the same address as local-node. Reverting the roles of both interfaces fixes this. By default, br-client is left as an interface without addresses and firewall rules that drop everything, so the bridge is used to connect its ports only. gluon-mesh-batman-adv-core changes this to the usual set of addresses and firewall rules.
-
Matthias Schiffer authored
Prepare reverting the roles of br-client and local-node to their state before 8c4403ba.
-
Matthias Schiffer authored
Also simplify the local_node.peerdns setting.
-
Matthias Schiffer authored
Nothing outside the config mode depends on luci-base anymore.
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
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>
-