Skip to content
  1. Aug 17, 2019
  2. Aug 15, 2019
  3. Aug 14, 2019
  4. Aug 11, 2019
    • Aaron Jones's avatar
      luci-app-firewall: rules: sort ICMP types alphabetically · f7cb913d
      Aaron Jones authored
      
      
      This just makes it easier to find the type one would want.
      No types were added or removed, only re-arranged.
      
      Signed-off-by: default avatarAaron Jones <aaronmdjones@gmail.com>
      f7cb913d
    • Aaron Jones's avatar
      luci-app-firewall: rules: allow ICMPv6 ND types · 17f3e039
      Aaron Jones authored
      
      
      The "Match ICMP Type" dropdown had entries for router
      solicitation & router advertisements, but not the more
      generic neighbour solicitation & neighbour advertisements.
      
      A LAN cannot function without Neighbour Discovery; this
      means that setting a LAN interface default input policy to
      REJECT breaks IPv6 WAN access for all hosts on that LAN;
      as they can no longer discover their gateway's MAC address.
      This can be fixed with appropriate rules allowing ND input,
      which this patch allows one to do in LuCI.
      
      The spelling is the same as in [1].
      
      [1] <https://git.openwrt.org/?p=openwrt/openwrt.git;a=blob;f=package/network/config/firewall/files/firewall.config>
      
      Signed-off-by: default avatarAaron Jones <aaronmdjones@gmail.com>
      17f3e039
  5. Aug 10, 2019
  6. Aug 06, 2019
  7. Aug 02, 2019
  8. Aug 01, 2019
    • Hannu Nyman's avatar
      luci-app-statistics: cpufreq: enhance additional data · 05cad423
      Hannu Nyman authored
      
      
      * Use the new data series sorting and coloring options to
        display the frequencies in order and with matching coloring in
        different cores.
      
      * Fix the y-axis text and legend in the frequency usage graph
      
      Signed-off-by: default avatarHannu Nyman <hannu.nyman@iki.fi>
      05cad423
    • Hannu Nyman's avatar
      luci-app-statistics: add options for graph series sorting and color · 4ca57277
      Hannu Nyman authored
      
      
      Add two data series-level options "negweight" and "posweight" that
      will use the numerical value of the data instance name
      as the sorting factor. This enables e.g. sorting by CPU frequency
      in the cpufreq module.
      
      Add new graph-level option "ordercolor" to use colorsfrom a
      pre-defined color table for the data series. This enables keeping
      similar colors for similar data series in different plugin instances.
      E.g. CPU frequencies in several cores that are handled and displayed
      separately.
       (note: the table has 8 items and if there are more series, it uses
        the same colors again. The table can be easily extended/modified)
      
      Signed-off-by: default avatarHannu Nyman <hannu.nyman@iki.fi>
      4ca57277
  9. Jul 31, 2019
  10. Jul 30, 2019
  11. Jul 29, 2019
  12. Jul 27, 2019
  13. Jul 26, 2019