Skip to content
Snippets Groups Projects
  1. Aug 27, 2024
    • Ondřej Zajíček's avatar
      Lib: Expand timer recurrence to 64b · acbdc29d
      Ondřej Zajíček authored
      The period of recurent timers was stored in 32b field, despite it was
      btime-compatible value in us. Therefore, it was limited to ~72 min,
      which mas okay for most purposes, except configurable MRT dump periods.
      
      Thanks to Felix Friedlander for the bugreport.
      acbdc29d
  2. Aug 01, 2024
    • Ondřej Zajíček's avatar
      IO: Ensure that socket rcvbuf is large enough · 5214d7e5
      Ondřej Zajíček authored
      The socket structure has the field rbsize (receive buffer size), which
      controls the size of the userspace receive buffer. There is also kernel
      receive buffer, which in some cases may be smaller (e.g. on FreeBSD it
      is by default ~8k). The patch ensures that the kernel receive buffer is
      as large as the userspace receive buffer.
      5214d7e5
  3. Jul 30, 2024
  4. Jun 27, 2024
  5. Jun 26, 2024
  6. May 30, 2024
  7. May 29, 2024
  8. May 28, 2024
  9. May 07, 2024
  10. Apr 17, 2024
  11. Apr 16, 2024
  12. Apr 11, 2024
  13. Apr 04, 2024
    • Ondřej Zajíček's avatar
      OSPF: Allow loopback nexthop in OSPFv3-IPv4 · 280daed5
      Ondřej Zajíček authored
      In OSPFv3-IPv4 there is no requirement that link-local next hop announced
      in Link-LSA must be in interface address range. Therefore, for interfaces
      that do not have IPv4 address we can use some loopback IP address and
      announce it as a next hop. Also we should accept such address.
      280daed5
  14. Mar 25, 2024
  15. Mar 22, 2024
  16. Mar 21, 2024
  17. Mar 19, 2024
  18. Mar 11, 2024
  19. Mar 10, 2024
  20. Mar 05, 2024
  21. Mar 04, 2024
  22. Feb 22, 2024
Loading