Skip to content
Snippets Groups Projects
  1. Oct 03, 2024
    • Job Snijders's avatar
      RPKI: Add TCP-MD5 authentication option · 8dc2a36a
      Job Snijders authored and Ondřej Zajíček's avatar Ondřej Zajíček committed
      RPKI-To-Router (RTR) sessions seem to be similar security-sensitivity as
      IBGP sessions. BIRD already offered a choice of either "plain TCP" (meh)
      or "SSH" (secure, albeit a bit more hassle to set up than TCP-MD5).
      The patch adds TCP-MD5 as another option. TCP-MD5 for RTR is specified
      through RFC 6810 section 7.3 and RFC 8210 section 9.3.
      
      Minor changes by committer.
      8dc2a36a
  2. Aug 29, 2024
  3. Aug 27, 2024
  4. 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
  5. Jul 30, 2024
  6. Jun 27, 2024
  7. Jun 26, 2024
  8. May 30, 2024
  9. May 29, 2024
  10. May 28, 2024
  11. May 07, 2024
  12. Apr 17, 2024
  13. Apr 16, 2024
  14. Apr 11, 2024
  15. 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
  16. Mar 25, 2024
  17. Mar 22, 2024
  18. Mar 21, 2024
  19. Mar 19, 2024
  20. Mar 11, 2024
  21. Mar 10, 2024
  22. Mar 05, 2024
Loading