Skip to content
Snippets Groups Projects
  1. Sep 16, 2019
  2. Aug 25, 2019
  3. Aug 24, 2019
  4. Aug 21, 2019
    • chrissi^'s avatar
      gluon-mesh-vpn-core: Add dependency for KERNEL_NET_ACT_POLICE · aa2c0dc3
      chrissi^ authored
      This is a fix for the broken ingress traffic-shaping in gluon v2018.2.2
      and possibly earlier.
      
      For ingress traffic shaping the kernel option NET_ACT_POLICE is needed.
      Before this patch there was no dependency to this. Neither in
      gluon_core, gluon-mesh-vpn-core nor in the package.
      
      This patch adds this dependency.
      
      [Matthias Schiffer: move dependency from GLUON_CORE to gluon-mesh-vpn-core]
      
      Fixes #1790
      
      (cherry picked from commit dc8149ab)
      Unverified
      aa2c0dc3
  5. Jul 02, 2019
  6. Jun 20, 2019
  7. Jun 08, 2019
    • Matthias Schiffer's avatar
      c5042399
    • Matthias Schiffer's avatar
      gluon-site: add better error message for domain name conflicts · 2dc2dca7
      Matthias Schiffer authored
      When two domains alias the same name (or one aliases another), display a
      meaningful error message like:
      
          Failed to alias domain 'foo' as 'bar', name already taken by
          domain 'baz'.
      
      (cherry picked from commit c208fc4f)
      2dc2dca7
    • bobcanthelpyou's avatar
      gluon-web: fix typos · 371bdf3e
      bobcanthelpyou authored
      (cherry picked from commit 3b55cbc1)
      371bdf3e
    • Sven Eckelmann's avatar
      gluon-mesh-batman-adv: Only use local TT to count non-wifi clients (#1676) · 0924074a
      Sven Eckelmann authored
      
      The amount of local wifi clients is currently counted by two different
      ways:
      
      * asking the kernel wifi layer for the number of of clients on 2.4GHz and
        5GHz band
      * asking batman-adv for the number of non-timed out entries in the local
        translation table with WiFi flag
      
      The number of wifi24+wifi5 and the number of TT wifi client counts are
      reported via respondd to various consumers. The ffrgb meshviewer is
      displaying these values as:
      
      * 2,4 GHz: wifi24
      * 5 GHz: wifi5
      * other: (TT local wifi+non-wifi clients) - (wifi24 + wifi5)
      
      But the local translation table is holding entries much longer than the
      wifi layer. It can therefore easily happen that a wifi client disappears in
      the kernel wifi layer and batman-adv still has the entry stored in the
      local TT.
      
      The ffrgb meshviewer would then show this count in the category "other".
      This often results in confusions because "other" is usually for ethernet
      clients. And nodes with a frequently disappearing larger group of clients
      (near bus stations or larger intersections) often show most clients under
      the group "other" even when this devices doesn't have a LAN ethernet port.
      
      It is better for presentation to calculate the number of total wifi clients
      by summing up wifi24 + wifi5. And getting the number of total clients (non
      wifi + wifi) by adding the result of the previous calculation to the sum of
      non-wifi client in the local batman-adv translation table.
      
      Fixes: 89a9d813 ("gluon-mesh-batman-adv-core: Announce client count by frequency")
      Reported-by: default avatarPascal Wettin <p.wettin@gmx.de>
      (cherry picked from commit b850fff7)
      0924074a
  8. Apr 11, 2019
  9. Feb 25, 2019
  10. Feb 04, 2019
  11. Jan 18, 2019
  12. Jan 03, 2019
  13. Dec 07, 2018
  14. Dec 04, 2018
  15. Dec 02, 2018
  16. Nov 29, 2018
  17. Nov 27, 2018
  18. Nov 26, 2018
  19. Nov 24, 2018
  20. Nov 21, 2018
Loading