- Feb 22, 2017
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
The gluon-web package is basically a stripped-down and refactored version of the LuCI base.
-
- Feb 21, 2017
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
As convenient as the Map is, the underlying code is very complex and will be removed.
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
kb-light authored
-
kb-light authored
-
Andrey Perliev authored
Add translation support to gluon-status-page, including English, German and Russian translations.
-
- Feb 16, 2017
-
-
Matthias Schiffer authored
Fixes #1043
-
- Feb 13, 2017
-
-
Christof Schulze authored
In preparation for Babel support.
-
- 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
-