Skip to content
  1. Feb 09, 2017
  2. Jan 30, 2017
  3. Jan 29, 2017
  4. 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
  5. Jan 26, 2017
  6. Jan 24, 2017
  7. Jan 23, 2017
  8. Jan 20, 2017
  9. Jan 16, 2017
  10. Jan 14, 2017
  11. Jan 11, 2017
  12. Jan 07, 2017
  13. Jan 05, 2017
  14. Jan 03, 2017
  15. Dec 30, 2016
  16. Dec 22, 2016
  17. Dec 21, 2016
  18. Dec 20, 2016
  19. Dec 16, 2016
  20. Dec 15, 2016
  21. Dec 10, 2016
  22. Dec 09, 2016
  23. Nov 08, 2016
    • Hannu Nyman's avatar
      time zone data: Update to 2016i · 3936e79c
      Hannu Nyman authored
      
      
      Note that several of the time zones now use a numeric name
      that is quoted with < >  (e.g. "<+03>-3")
      
      musl 1.1.15 and earlier have a bug with < > quoted time zone names.
      Fix for the bug
      * has already been patched in musl upstream with
        http://git.musl-libc.org/cgit/musl/commit/?id=8ca27ac4bfe73bff785d0c26c1de0da92b55e5c6
      * has been committed in LEDE with
        https://github.com/lede-project/source/commit/671cb35880308404a17c430c4b3b13dd506a5671
      * has been submitted to Openwrt as pull request
        https://github.com/openwrt/openwrt/pull/163
      
      Key changes in 2016d-2016i:
      ---------------------------
      
      2016d:
           America/Caracas switches from -0430 to -04 on 2016-05-01.
      
           Asia/Magadan switches from +10 to +11 on 2016-04-24.
      
           New zone Asia/Tomsk, split off from Asia/Novosibirsk.
      
      2016f:
           Asia/Novosibirsk switches from +06 to +07 on 2016-07-24.
      
           Asia/Novokuznetsk and Asia/Novosibirsk now use numeric time zone
           abbreviations instead of invented ones.
      
      2016g:
           Turkey switched from EET/EEST (+02/+03) to permanent +03,
           effective 2016-09-07. Use "+03" rather than an invented
           abbreviation for the new time.
      
           Several zones in Antarctica and the former Soviet Union, along
           with zones intended for ships at sea that cannot use POSIX TZ
           strings, now use numeric time zone abbreviations instead of
           invented or obsolete alphanumeric abbreviations.
      
      2016h:
           Asia/Gaza and Asia/Hebron end DST on 2016-10-29, not
           2016-10-21. Predict that future fall transitions will
           be on the last Saturday of October.
      
           Asia/Colombo now uses numeric time zone abbreviations like "+0530"
           instead of alphabetic ones like "IST" and "LKT".
      
      2016i:
           Pacific/Tongatapu begins DST on 2016-11-06, ending on
           2017-01-15.  Assume future observances in Tonga will be
           from the first Sunday in November through the third Sunday in
           January, like Fiji. Switch to numeric time zone abbreviations
           for this zone.
      
           Northern Cyprus is now +03 year round, causing a split in Cyprus
           time zones starting 2016-10-30 at 04:00. This creates a zone
           Asia/Famagusta.
      
           Antarctica/Casey switched from +08 to +11 on 2016-10-22.
      
      Signed-off-by: default avatarHannu Nyman <hannu.nyman@iki.fi>
      3936e79c
  24. Oct 30, 2016
  25. Oct 23, 2016
  26. Oct 09, 2016
  27. Oct 06, 2016
  28. Oct 05, 2016
  29. Oct 04, 2016
  30. Oct 03, 2016