Skip to content
Snippets Groups Projects
  1. Oct 16, 2024
  2. Oct 15, 2024
  3. Oct 09, 2024
  4. Oct 08, 2024
    • Ondřej Zajíček's avatar
      Filter: Fixes and improvements related to case/sets · 39e75b87
      Ondřej Zajíček authored
      Unify grammar for set_atom and switch_atom to avoid inconsistencies
      between them. Fix errors in documentation related to case statement
      and set type. Change 'vpnrd' to 'rd' to be consistent with the filter
      language.
      
      Thanks to Mikhail Mayorov for bugreport.
      39e75b87
  5. Oct 07, 2024
  6. 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
  7. Aug 29, 2024
  8. Aug 27, 2024
  9. 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
  10. Jul 30, 2024
  11. Jun 27, 2024
  12. Jun 26, 2024
  13. May 30, 2024
  14. May 29, 2024
  15. May 28, 2024
  16. May 07, 2024
  17. Apr 17, 2024
  18. Apr 16, 2024
  19. Apr 11, 2024
  20. 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
  21. Mar 25, 2024
  22. Mar 22, 2024
  23. Mar 21, 2024
Loading