Skip to content
Snippets Groups Projects
  1. Dec 10, 2019
    • Ondřej Zajíček's avatar
      Nest: Fix bitmap cleanup · 4ab54f1a
      Ondřej Zajíček authored
      Channel currently does not have independent pool and uses protocol pool,
      which is freed when protocol changes state to down, while channel is
      still in flushing. Move some some cleanup code to channel_do_flush()
      so it is done before freeing of protocol pool.
      4ab54f1a
  2. Dec 09, 2019
  3. Dec 03, 2019
  4. Nov 26, 2019
  5. Nov 18, 2019
    • Ondřej Zajíček's avatar
      BGP: Fix processing of IPv6 Flowspec · 0f882002
      Ondřej Zajíček authored
      During NLRI parsing of IPv6 Flowspec, dst prefix was not properly
      extracted from NLRI, therefore a received flow was stored in a different
      position in flowspec routing table, and was not reachable by command
      'show route <flow>'.
      
      Add proper prefix part accessors to flowspec code and use them from BGP
      NLRI parsing code.
      
      Thanks to Alex D. for the bugreport.
      0f882002
  6. Nov 12, 2019
  7. Nov 10, 2019
  8. Nov 05, 2019
  9. Nov 04, 2019
  10. Nov 03, 2019
  11. Oct 26, 2019
  12. Oct 25, 2019
  13. Oct 24, 2019
  14. Oct 22, 2019
    • Ondřej Zajíček's avatar
      Accept uppercase letters in iproute2 names · 5ce881be
      Ondřej Zajíček authored
      Names read from texfiles in /etc/iproute2/* are normalized by replacing
      non-alphanumeric chars with underscore. The patch fixes handling of
      uppercase letters, which were handled as non-alphanumberic.
      
      Thanks to Igor Gavrilov for the bugreport.
      5ce881be
  15. Oct 19, 2019
  16. Oct 11, 2019
  17. Oct 10, 2019
  18. Oct 09, 2019
Loading