Skip to content
Snippets Groups Projects
  1. Apr 17, 2025
  2. Apr 16, 2025
  3. Apr 09, 2025
  4. Apr 08, 2025
  5. Apr 03, 2025
  6. Apr 01, 2025
  7. Mar 31, 2025
  8. Mar 27, 2025
    • Ondřej Zajíček's avatar
      BFD: Fix crash related to reconfiguration and passwords · 509d0f3b
      Ondřej Zajíček authored
      Any change in BFD iface configuration should trigger session
      reconfiguration, as config is copied into the bfd_session structure
      and not just accessed through the bfd_iface structure.
      
      As bfd_session now contains a pointer to the password list allocated
      from the configuration, forgetting to update the bfd_session causes
      use-after-free.
      
      Thanks to Lexi Winter for the bugreport.
      509d0f3b
    • Ondřej Zajíček's avatar
      CI: Re-add bgp-rs-singletab · 938515a4
      Ondřej Zajíček authored
      (was accidentally removed by the previous commit)
      938515a4
    • Ondřej Zajíček's avatar
      Babel: Add option 'next hop prefer' to control next hops of IPv4 routes · f80003e3
      Ondřej Zajíček authored
      By default, the Babel protocol will advertise IPv4 routes with an IPv6
      next hop address only on interfaces which do not have an IPv4 address.
      
      Add option 'next hop prefer' to control whether IPv4 routes should use
      IPv4 or IPv6 next hop when both are available.
      
      Based on the patch from Chris Webb, thanks!
      f80003e3
  9. Mar 26, 2025
  10. Mar 25, 2025
  11. Mar 24, 2025
  12. Mar 22, 2025
Loading