Skip to content
Snippets Groups Projects
  1. Dec 05, 2023
    • Katerina Kubecova's avatar
      BGP: Send hold timer · bcf23274
      Katerina Kubecova authored and Ondřej Zajíček's avatar Ondřej Zajíček committed
      Implement BGP Send hold timer according to draft-ietf-idr-bgp-sendholdtimer.
      The Send hold timer drops the session if the neighbor is sending keepalives,
      but does not receive our messages, causing the TCP connection to stall.
      bcf23274
  2. Nov 23, 2023
  3. Nov 09, 2023
  4. Oct 25, 2023
  5. Oct 24, 2023
  6. Oct 18, 2023
  7. Oct 16, 2023
  8. Oct 06, 2023
  9. Oct 05, 2023
    • Ondřej Zajíček's avatar
      BGP: Improve custom BGP attributes · 57aa0772
      Ondřej Zajíček authored
       - Implement EA_GET for custom BGP attributes
       - Forbid EA_SET on existing opaque attributes
       - Forbid redefining existing attributes
       - Document possible compatibility problems
      57aa0772
    • Ondřej Zajíček's avatar
      MPLS: Handle compatibility with old configs · ba01a6f2
      Ondřej Zajíček authored
      Old configs do not define MPLS domains and may use a static protocol
      to define static MPLS routes.
      
      When MPLS channel is the only channel of static protocol, handle it
      as a main channel. Also, define implicit MPLS domain if needed and
      none is defined.
      ba01a6f2
    • Ondřej Zajíček's avatar
      Filter: Fix scope handling in for loops · de09fda5
      Ondřej Zajíček authored
      Changes in scope implementation broke scope handling in for loops.
      The term in for loops is supposed to be parsed in the parent scope.
      de09fda5
  10. Oct 04, 2023
Loading