Skip to content
  1. Sep 30, 2022
  2. Aug 28, 2022
  3. Jul 27, 2022
  4. Jun 21, 2022
  5. Jun 12, 2022
  6. May 20, 2022
  7. May 15, 2022
  8. Mar 04, 2022
  9. Feb 10, 2022
  10. Feb 09, 2022
  11. Jan 23, 2022
  12. Jan 19, 2022
  13. Jan 10, 2022
  14. Dec 04, 2021
  15. Dec 01, 2021
  16. Nov 29, 2021
  17. Nov 27, 2021
  18. Nov 11, 2021
  19. Oct 31, 2021
  20. Oct 26, 2021
  21. Oct 19, 2021
  22. Oct 09, 2021
  23. Oct 05, 2021
  24. Sep 17, 2021
  25. Sep 09, 2021
  26. Sep 04, 2021
    • Vladislav Grigoryev's avatar
      luci-mod-network: fix route and rule options · 0be0f069
      Vladislav Grigoryev authored
      
      
      Allow adding routes with unspecified interface.
      This is required for prohibit, blackhole and unreachable routes.
      
      Allow adding routes with loopback interface.
      This can work as a blackhole route.
      
      Fix netmask to prefix conversion for the routes.
      Identify the IP family by the UCI section type.
      
      Avoid setting the routing table textvalue for the rules.
      The rules should target none table unless specified otherwise.
      
      Signed-off-by: default avatarVladislav Grigoryev <vg.aetera@gmail.com>
      0be0f069
  27. Sep 03, 2021
  28. Sep 01, 2021
    • Vladislav Grigoryev's avatar
      luci-mod-status: optimize view/formatting for status/routing · c71dc1cc
      Vladislav Grigoryev authored
      
      
      Optimize view and formatting for the status/routing page.
      Remove redundant style and header abbreviations.
      Consolidate terminology for IPv4 and IPv6 categories.
      
      Signed-off-by: default avatarVladislav Grigoryev <vg.aetera@gmail.com>
      c71dc1cc
    • Vladislav Grigoryev's avatar
      luci-mod-network: network/routing support for pbr · b4f4799f
      Vladislav Grigoryev authored
      
      
      Provide comprehensive routing configuration:
      * Rename the "Network > Routes" page to "Network > Routing".
      * Unify sorting for the "Status" and "Network" menus.
      * Add the tabs "IPv4 Rules" and "IPv6 Rules" to the "Routing" page.
      * Provide configuration for IPv4 and IPv6 routing rules.
      * Consolidate routing configuration and terminology for IPv4 and IPv6.
      
      Policy-based routing is an increasingly popular problem.
      Netifd natively supports policy-based routing:
      * Interface-specific options "ip4table" and "ip6table".
      * Routing rules using the "rule" and "rule6" sections.
      LuCI is missing configuration for routing rules.
      
      Signed-off-by: default avatarVladislav Grigoryev <vg.aetera@gmail.com>
      b4f4799f
  29. Aug 31, 2021
  30. Aug 30, 2021
  31. Aug 26, 2021
  32. Aug 17, 2021
  33. Jul 21, 2021
  34. Jul 03, 2021