Skip to content
Snippets Groups Projects
  1. Apr 06, 2023
    • Maria Matejka's avatar
      BFD: fixed a request pickup race condition · 22a0900e
      Maria Matejka authored
      When several BGPs requested a BFD session in short time, chances were
      that the second BGP would file a request while the pickup routine was
      still running and it would get enqueued into the waiting list instead of
      being picked up.
      
      Fixed this by enforcing pickup loop restart when new requests got added,
      and also by atomically moving the unpicked requests to a temporary list
      to announce admin down before actually being added into the wait list.
      22a0900e
  2. Apr 04, 2023
  3. Feb 07, 2023
  4. Feb 02, 2023
Loading