- Jun 24, 2019
-
- Mar 15, 2019
-
- Dec 29, 2018
-
- Nov 30, 2018
-
-
bobcanthelpyou authored
-
- Jul 08, 2018
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
- Apr 27, 2018
-
-
Matthias Schiffer authored
In multidomain setups, VXLAN is enabled by default, but can be disabled in domain configs using the mesh/vxlan option. In single domain setups, the mesh/vxlan option is mandatory. The UCI option for legacy mode is removed. Fixes #1364
-
- Mar 17, 2018
-
-
Matthias Schiffer authored
At the moment, we don't have a good guideline for package-specific configuration, but it seems like a good idea not to split configuration into too many tiny pages, especially for packages that aren't commonly selected explicitly. Some uncommon configuration is dropped from the example site.conf to remove clutter.
-
- Feb 16, 2018
-
-
Christof Schulze authored
* change type of next_node.name * create domain entry for each entry and add to dnsmasq configuration [Matthias Schiffer: reword documentation]
-
- Jan 19, 2018
-
-
lemoer authored
[Matthias Schiffer: rebase]
-
- Dec 27, 2017
-
-
Ruben Barkow authored
-
- Nov 15, 2017
-
-
Andreas Ziegler authored
-
- Oct 31, 2017
-
-
Matthias Schiffer authored
Without -v, hexdump would sometimes replace duplicate bytes with "*" and a newline.
-
- Oct 14, 2017
-
-
Martin Weinelt authored
-
- Jun 27, 2017
-
-
Matthias Schiffer authored
-
- Jun 26, 2017
-
-
Matthias Schiffer authored
The next-node MAC address doesn't need to be unique in different communities, so we can as well add a default value.
-
- Jun 19, 2017
-
-
Ruben Barkow authored
The SSID for the mesh network should be cryptic, otherwise some users will try to connect to that network and have a bad user experience.
-
- Jun 10, 2017
-
-
Matthias Schiffer authored
-
- Mar 10, 2017
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
The fastd_mesh_vpn site.conf section is renamed to mesh_vpn.fastd.
-
- Dec 06, 2016
-
-
Ruben Barkow authored
-
- Nov 05, 2016
-
-
viisauksena authored
-
- Sep 21, 2016
-
-
Matthias Schiffer authored
-
- Sep 10, 2016
-
-
Matthias Schiffer authored
-
- Sep 07, 2016
-
-
Ruben Barkow authored
-
- Aug 27, 2016
-
-
kb-light authored
and add documentation
-
- Apr 27, 2016
-
-
kb-light authored
-
- Feb 08, 2016
-
-
Matthias Schiffer authored
-
- Oct 29, 2015
-
-
Alexander Dahl authored
I guess this is some copy and paste mistake which makes the example an invalid site.conf. In my case merging the changes of the example into our actual site.conf lead to an error because this line was merged to.
-
- Oct 27, 2015
-
-
Matthias Schiffer authored
Fixes #487
-
- Oct 15, 2015
-
-
Matthias Schiffer authored
The Gluon-specific functions of the gluon-simple-tc package are moved to gluon-mesh-vpn-fastd.
-
- Oct 12, 2015
-
-
Matthias Schiffer authored
Fixes #401
-
- Sep 14, 2015
-
-
Ruben Barkow authored
-
Ruben Barkow authored
-
- Aug 04, 2015
-
-
Nils Schneider authored
This is a site.conf-breaking change in regard to the wireless config. Make sure to read http://gluon.readthedocs.org/en/latest/user/site.html and update your site.conf accordingly! Support for 802.11s mesh interfaces has been added. Gluon now supports three interface types: ap, ibss and mesh. All of them are now optional and may be configured independently in site.conf. A sample site.conf may look like this: wifi24 = { channel = 1, htmode = 'HT40+', ap = { ssid = 'luebeck.freifunk.net', }, ibss = { ssid = '02:d1:11:37:fc:38', bssid = '02:d1:11:37:fc:38', mcast_rate = 12000, }, mesh = { id = 'ffhl-mesh', mcast_rate = 12000, }, },
-
- May 20, 2015
-
-
Matthias Schiffer authored
-