Skip to content
Snippets Groups Projects
  1. Apr 28, 2019
  2. Dec 29, 2018
  3. Nov 30, 2018
  4. Jul 08, 2018
  5. Apr 27, 2018
    • Matthias Schiffer's avatar
      gluon-core: set VXLAN/legacy mode in site config · 1f7ed28b
      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
      1f7ed28b
  6. Mar 17, 2018
    • Matthias Schiffer's avatar
      docs: remove duplicated (and outdated) site docs · 84f82a13
      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.
      84f82a13
  7. Feb 16, 2018
  8. Jan 19, 2018
  9. Dec 27, 2017
  10. Nov 15, 2017
  11. Oct 31, 2017
  12. Oct 14, 2017
  13. Jun 27, 2017
  14. Jun 26, 2017
  15. Jun 19, 2017
  16. Jun 10, 2017
  17. Mar 10, 2017
  18. Dec 06, 2016
  19. Nov 05, 2016
  20. Sep 21, 2016
  21. Sep 10, 2016
  22. Sep 07, 2016
  23. Aug 27, 2016
  24. Apr 27, 2016
  25. Feb 08, 2016
  26. Oct 29, 2015
  27. Oct 27, 2015
  28. Oct 15, 2015
  29. Oct 12, 2015
  30. Sep 14, 2015
  31. Aug 04, 2015
    • Nils Schneider's avatar
      mesh-batadv-core: introduce 11s mesh, refactor wireless config · 2a93c580
      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,
                  },
          },
      2a93c580
Loading