Skip to content
Snippets Groups Projects
  1. May 18, 2020
    • Ondřej Zajíček's avatar
      Nest: Implement BGP path mask loop operator · ec430a7f
      Ondřej Zajíček authored
      Implement regex-like '+' operator in BGP path masks to match previous
      path mask item multiple times. This is useful as ASNs may appear
      multiple times in paths due to path prepending for traffic engineering
      purposes.
      ec430a7f
  2. Apr 15, 2020
  3. Nov 04, 2019
  4. Aug 06, 2019
  5. Feb 20, 2019
  6. Dec 13, 2017
  7. Jan 22, 2017
  8. Dec 07, 2016
    • Ondřej Zajíček's avatar
      BGP redesign · d15b0b0a
      Ondřej Zajíček authored
      Integrated and extensible BGP with generalized AFI handling,
      support for IPv4+IPv6 AFI and unicast+multicast SAFI.
      d15b0b0a
  9. Nov 15, 2016
  10. Oct 03, 2016
  11. Jun 08, 2016
  12. Feb 16, 2016
  13. Jun 08, 2015
  14. Oct 21, 2013
  15. Oct 02, 2013
  16. Aug 15, 2013
  17. Jul 09, 2013
  18. Mar 15, 2012
  19. Aug 14, 2011
  20. Jul 03, 2011
  21. Sep 17, 2009
  22. Aug 25, 2009
  23. Jun 01, 2009
  24. Apr 17, 2009
    • Ondřej Zajíček's avatar
      Rewrite of buggy AS path matching. · c8a6b9a3
      Ondřej Zajíček authored
      Old AS path maching supposes thath AS number appears
      only once in AS path, but that is not true. It also
      contains some bugs related to AS path sets.
      
      New code does not use any assumptions about semantic
      structure of AS path. It is asymptotically slower than
      the old code, but on real paths it is not significant.
      
      It also allows '?' for matching one arbitrary AS number.
      c8a6b9a3
  25. Mar 18, 2009
  26. Nov 08, 2008
  27. Oct 26, 2008
  28. May 19, 2000
  29. Apr 17, 2000
Loading