Skip to content
Snippets Groups Projects
  1. Oct 21, 2020
  2. Sep 23, 2020
  3. Aug 28, 2020
  4. Aug 21, 2020
  5. Aug 19, 2020
  6. Jul 17, 2020
  7. Jul 16, 2020
  8. Jul 15, 2020
  9. Jun 30, 2020
  10. May 07, 2020
    • Sebastian Lohff's avatar
      Add and rename field in riscli GetRouters() grpc (#260) · ccd449fd
      Sebastian Lohff authored
      
      In the risserver every bmp server is identified by its address,
      specified in the config, but the GetRouters() grpc only presents us with
      the name acquired via the BMP session. To clarify the field usage the
      router field is renamed to sys_name and an address field is added. The
      address field is of type string to match the other grpc methods, which
      require a router address to be specified as string.
      
      Co-authored-by: default avatartakt <oliver.herms@exaring.de>
      Unverified
      ccd449fd
  11. Apr 26, 2020
  12. Apr 15, 2020
  13. Apr 12, 2020
  14. Apr 11, 2020
  15. Jan 14, 2020
  16. Dec 29, 2019
    • takt's avatar
      BGP speed improvement (#228) · f280f199
      takt authored
      
      * Add decoding benchmark
      
      * Add .gitattributes
      
      * Add test data
      
      * Implement decoding speed improvements
      
      * Performance improvements
      
      * Fix tests
      
      * Optimizing values vs ptr.
      
      * Change cache inserts to pointers
      
      * Refactor tests for ip dedup changes
      
      * Fix tests
      
      * Fix types in device protocol tests
      
      * Fix tests
      
      * Fix types in routingtable tests
      
      * Fix kernel package for darwin/win
      
      * Swap BTree with Map
      
      * Drop legacy BMP code
      
      * Drop legacy fib implementation.
      
      * Fix Ptr calls
      
      * Drop unused code
      
      * Drop unused Less functions
      
      * Drop unused copy function
      
      * Drop dead code. Add IP dedup to prefix dedup.
      
      Co-authored-by: default avatarMarcus Weiner <marcus.weiner@gmail.com>
      Unverified
      f280f199
Loading