Skip to content
  1. May 21, 2017
    • Hannu Nyman's avatar
      luci-base: support ip6ifaceid option for proto_static · 5ca38646
      Hannu Nyman authored
      
      
      Add support for 'ip6ifaceid' option for proto_static in LuCI.
      
      Information about the option:
       The option is optional and defaults to '::1'.
       Allowed values: 'eui64', 'random', fixed value like '::1' or '::1:2'
      
       When IPv6 prefix (like 'a:b:c:d::') is received from a delegating
       server, the ip6ifaceid suffix (like '::1') is used to form
       the IPv6 address ('a:b:c:d::1') for the interface.
      
      Signed-off-by: default avatarHannu Nyman <hannu.nyman@iki.fi>
      5ca38646
  2. May 09, 2017
  3. May 08, 2017
  4. May 06, 2017
  5. May 02, 2017
  6. Apr 10, 2017
    • Hannu Nyman's avatar
      timezone data: update to 2017b · 54c97738
      Hannu Nyman authored
      
      
      Update timezone data to 2017b.
      
      http://mm.icann.org/pipermail/tz-announce/2017-February/000045.html
      http://mm.icann.org/pipermail/tz-announce/2017-March/000046.html
      
      Key changes in 2017a-2017b:
      
      * Mongolia no longer observes DST.
      * Chile's Region of Magallanes moves from -04/-03 to -03 year-round.
      * Switch to numeric time zone abbreviations for South America, as
        part of the ongoing project of removing invented abbreviations.
      * Haiti resumed observance of DST in 2017.
      
      Signed-off-by: default avatarHannu Nyman <hannu.nyman@iki.fi>
      54c97738
  7. Apr 09, 2017
  8. Apr 02, 2017
  9. Mar 30, 2017
  10. Mar 15, 2017
  11. Mar 07, 2017
  12. Mar 04, 2017
  13. Feb 28, 2017
  14. Feb 27, 2017
  15. Feb 23, 2017
  16. Feb 22, 2017
  17. Feb 21, 2017
  18. Feb 15, 2017
  19. Feb 10, 2017
  20. Feb 09, 2017
  21. Jan 30, 2017
  22. Jan 29, 2017
  23. Jan 28, 2017
    • Cody R. Brown's avatar
      mod-admin-full: Add IPv6 Prefix Delegation information to Status Pages · 5377d22b
      Cody R. Brown authored
      
      The Overview page and Network>Interfaces page currently do not give much information about IPv6, particularly with Prefix Delegated setups. In these setups, ISP will delegate a prefix to the router. Currently LuCI doesn't display this Prefix Delegation from the ISP anywhere. A number of changes was added to this commit:
      
      1) self:_ubus("ipv6-prefix") was extracted and put into protocol.ip6prefix.
      2) Network>Interfaces page, if a .ip6prefix is present, show it under Status. (IPv6-PD).
      3) On the Overview page, "Type" and "Prefix Delegated" has been added to the IPv6 Network Overview Status:
        - Type will display the .proto, similar to the IPv4 case. If a .ip6prefix is present, it'll display a "-pd" at the end of the Type: i.e. dhcpv6-pd vs. dhcpv6.
        - If no .ip6prefix is present, it'll do what it does currently, and just show Address, or :: if no address is present.
        - If .ip6prefix is present, it'll show the "Prefix Delegated", it'll also hide "Address" if no address is present, else it'll show ifc6.ip6addr as well.
      
      Signed-off-by: default avatarCody R. Brown <dev@codybrown.ca>
      5377d22b
  24. Jan 26, 2017
  25. Jan 24, 2017
  26. Jan 23, 2017
  27. Jan 20, 2017
  28. Jan 16, 2017
  29. Jan 14, 2017
  30. Jan 11, 2017
  31. Jan 07, 2017
  32. Jan 05, 2017