Skip to content
Snippets Groups Projects
  1. Mar 08, 2016
    • Linus Lüssing's avatar
      gluon-mesh-batman-adv-core: Always forward towards mesh/batman-adv · ca9a6f34
      Linus Lüssing authored
      
      An IGMP/MLD domain split will prevent us from being able to track
      multicast listeners on other nodes.
      
      Therefore we need to always hand any multicast packets we received from
      local clients to batman-adv. With bridge multicast snooping disabled,
      the current setting in Gluon, this is already the case.
      
      However, in preparation to enabling multicast snooping, we need to
      enforce forwarding towards batman-adv by setting the bridge port
      option "multicast_router" to 2.
      
      Signed-off-by: default avatarLinus Lüssing <linus.luessing@c0d3.blue>
      ca9a6f34
  2. Feb 29, 2016
  3. Feb 28, 2016
  4. Feb 26, 2016
  5. Feb 16, 2016
  6. Feb 10, 2016
    • Kokel's avatar
      gluon-core: add preserve wifi channels feature · 388d264f
      Kokel authored
      This new feature introduces the new uci section 'gluon-core.wireless' with a preserve_channels option:
       * preserve_channels (boolean)
      
      By setting this option to 1 (true) wifi channels will be preserved during upgrades.
      388d264f
  7. Feb 08, 2016
  8. Feb 05, 2016
  9. Feb 02, 2016
  10. Jan 13, 2016
  11. Jan 08, 2016
  12. Jan 07, 2016
  13. Jan 02, 2016
  14. Dec 18, 2015
  15. Dec 08, 2015
  16. Dec 07, 2015
  17. Nov 27, 2015
  18. 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
    • Matthias Schiffer's avatar
      gluon-site: set PKG_FILE_DEPENDS to site.conf and i18n/ only · e5289771
      Matthias Schiffer authored
      PKG_FILE_DEPENDS caused the whole site repo to be hashed to determine if
      gluon-site needed rebuilding. While this is normally no problem,
      alternative build setups sometimes put the Gluon repo inside the site repo,
      causing long build times and parallel build failures.
      e5289771
  19. Nov 12, 2015
    • Leo Krueger's avatar
      gluon-ebtables-filter-multicast: drop icmpv6 type 128 & 139, drop icmp · bc15b6c8
      Leo Krueger authored
      in a layer 2 mesh network, multicast pings cause a lot of traffic in the
      network, significantly increasing the 'backgroudn noise' (= Grundrauschen)
      and stressing nodes in the network.
      
      this commit blacklists all icmpv4 multicast traffic as well as multicast
      icmpv6 echo-requests and node iformation queries. as no application
      depending on these types of multicast traffic is known, blacklisting is safe.
      bc15b6c8
  20. Oct 28, 2015
Loading