Skip to content
Snippets Groups Projects
  1. Feb 08, 2016
  2. Feb 02, 2016
  3. Dec 18, 2015
  4. Nov 18, 2015
    • Matthias Schiffer's avatar
      gluon-mesh-batman-adv-core: keep disabled state even when the mesh interface... · 0335ce10
      Matthias Schiffer authored
      gluon-mesh-batman-adv-core: keep disabled state even when the mesh interface section name is changed
      
      Is makes sense to always look for both ibss_radio* and mesh_radio* sections
      to determine if the meshing should be enabled when regenerating these
      sections. Doing this, the disabled state will survive updates changing the
      section name (either updating from pre-2015.2 while keeping IBSS, or
      changing from IBSS to 11s or vice-versa).
      
      If both ibss_radio* and mesh_radio* sections exist, the disabled state will
      be kept correctly for each section, the behaviour is changed only when
      creating a section that didn't exist before.
      
      Fixes #549
      0335ce10
  5. Oct 26, 2015
  6. Oct 15, 2015
  7. Oct 12, 2015
  8. Sep 22, 2015
  9. Sep 04, 2015
    • Nils Schneider's avatar
      br-client: convert option ifname to list ifname · 34752c7e
      Nils Schneider authored
      Convert option ifname in br-client to use a list instead. This
      simplifies adding and remove interfaces:
      
      uci:add_to_set("network", "client", "ifname", "eth0")
      uci:remove_from_set("network", "client", "ifname", "eth0")
      
      An option ifname will be automatically converted to a list when
      performing an upgrade.
      
      Packages affected: gluon-mesh-batman-adv-core, gluon-luci-portconfig
      34752c7e
  10. Sep 03, 2015
  11. Sep 02, 2015
  12. Aug 30, 2015
  13. Aug 18, 2015
    • Nils Schneider's avatar
      gluon-radio-config: basic wireless configuration · 177086b8
      Nils Schneider authored
      Split basic radio configuration from gluon-mesh-batman-adv as this will
      be required for virtually any wireless mesh protocol.
      
      This package takes care of setting:
      
        - wireless channel,
        - htmode and
        - regulatory domain
      
      gluon-mesh-batman-adv-core depends on this package.
      177086b8
  14. 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
  15. Aug 03, 2015
  16. Jul 18, 2015
  17. Jul 11, 2015
  18. Jul 10, 2015
  19. Jun 15, 2015
  20. May 27, 2015
  21. May 21, 2015
  22. May 16, 2015
  23. May 06, 2015
    • Nils Schneider's avatar
      mesh-batman-adv: mesh_on_lan · 39d0c8f4
      Nils Schneider authored
      This adds mesh_on_lan functionality.
      
      A new optional site.conf option, mesh_on_lan, has been added. If set to
      'true', all LAN ports will be used for meshing instead of being part of
      the client bridge.
      39d0c8f4
  24. May 04, 2015
    • Nils Schneider's avatar
      nodeinfo: mesh interface classes (wireless, tunnel, other) · a349dd07
      Nils Schneider authored
      This will introduce a new nodeinfo object, network.mesh.bat0.interfaces,
      containing any of the the following subordinated objects:
      
      - wireless
      - tunnel
      - other
      
      Each of these objects contains a (possibly empty) list of MAC addresses
      (lowercase, colon-notation) corresponding to a interface of the given
      class. Combined with a batman graph it is thus possible to mark
      sub-graphs as "wireless" or "vpn".
      
      The previously used object mesh_intefaces is superseded by this new
      object structure and mesh_interfaces will be removed in a future Gluon
      release.
      a349dd07
  25. May 01, 2015
  26. Apr 25, 2015
  27. Jan 24, 2015
  28. Jan 18, 2015
  29. Oct 05, 2014
  30. Sep 15, 2014
  31. Sep 09, 2014
Loading