Skip to content
Snippets Groups Projects
  1. Oct 07, 2021
    • Matthias Schiffer's avatar
      Set PKG_VERSION in gluon.mk · f419db58
      Matthias Schiffer authored
      This removes PKG_VERSION and PKG_RELEASE from most Makefiles, as the
      value was never useful for Gluon packages; instead, PKG_VERSION is set
      to 1 in gluon.mk.
      
      It also removes two other weird definitions:
      
      - gluon-iptables-clamp-mss-to-pmtu replicating the old PKG_VERSION logic
        from gluon-core, but without the fixed PKG_BUILD_DIR to prevent
        unnessary rebuilds
      - gluon-hoodselector set GLUON_VERSION=3
      f419db58
  2. Jul 13, 2021
  3. Apr 13, 2018
  4. Mar 08, 2018
  5. Mar 07, 2018
    • Matthias Schiffer's avatar
    • Matthias Schiffer's avatar
      gluon-ebtables: unconditionally segment IGMP/MLD · 17370d84
      Matthias Schiffer authored
      We must ensure that each node becomes IGMP/MLD querier for its local
      clients; having only a single querier for the whole mesh is generally
      unreliable, leading to frequent "IGMP/MLD querier appeared/disappeared"
      messages from batman-adv and unreliable snooping.
      
      In smaller meshes it might be interesting only segment querier domains, but
      allow membership reports to pass through the mesh, in order to support
      snooping switches outside the mesh without special configuration. A
      site.conf switch is provided to control this behaviour.
      
      Fixes #1320
      17370d84
  6. Jul 10, 2016
  7. Jan 04, 2014
  8. Sep 30, 2013
  9. Sep 28, 2013
Loading