Skip to content
Snippets Groups Projects
  1. Sep 12, 2023
  2. Aug 29, 2023
    • Ondřej Zajíček's avatar
      BFD: Improve handling of AdminDown · aa70e14c
      Ondřej Zajíček authored
      According to RFC 5882, system should not interpret the local or remote
      session state transition to AdminDown as failure. We followed that for
      the local session state but not for the remote session state (which
      just triggered a transition of the local state to Down). The patch
      fixes that.
      
      We do not properly generate AdminDown on our side, so the patch is
      relevant just for interoperability with other systems.
      
      Thanks to Sunnat Samadov for the bugreport.
      aa70e14c
  3. Aug 25, 2023
  4. Aug 24, 2023
  5. Aug 23, 2023
    • Ondřej Zajíček's avatar
      Nest: Treat VRF interfaces as inside respective VRFs · e3c0eca9
      Ondřej Zajíček authored
      Despite not having defined 'master interface', VRF interfaces should be
      treated as being inside respective VRFs. They behave as a loopback for
      respective VRFs. Treating the VRF interface as inside the VRF allows
      e.g. OSPF to pick up IP addresses defined on the VRF interface.
      
      For this, we also need to tell apart VRF interfaces and regular interfaces.
      Extend Netlink code to parse interface type and mark VRF interfaces with
      IF_VRF flag.
      
      Based on the patch from Erin Shepherd, thanks!
      e3c0eca9
  6. Aug 22, 2023
  7. Aug 21, 2023
  8. Aug 18, 2023
    • Ondřej Zajíček's avatar
      BMP: Fix route timestamps · c40f29a7
      Ondřej Zajíček authored
      c40f29a7
    • Ondřej Zajíček's avatar
      BMP: Refactor route monitoring · f4deef89
      Ondřej Zajíček authored
       - Manage BMP state through bmp_peer, bmp_stream, bmp_table structures
       - Use channels and rt_notify() hook for route announcements
       - Add support for post-policy monitoring
       - Send End-of-RIB even when there is no routes
       - Remove rte_update_in_notify() hook from import tables
       - Update import tables to support channels
       - Add bmp_hack (no feed / no flush) flag to channels
      f4deef89
  9. Aug 01, 2023
  10. Jun 30, 2023
Loading