Skip to content
Snippets Groups Projects
  1. Oct 21, 2020
  2. Jul 17, 2020
  3. Jul 15, 2020
  4. 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>
      ccd449fd
  5. Apr 15, 2020
  6. Jul 09, 2019
    • takt's avatar
      Implement RIS (#208) · 832b7b63
      takt authored
      * Make BMP server VRF aware
      
      * Implement RIS service
      
      * Remove binary
      
      * Fix .gitignore
      
      * Implement more RPCs
      
      * Implement RIB Observer
      
      * Fix tests
      
      * Implement RIB Dump
      
      * Add support for translating proto BGP Paths into internal paths
      
      * Cleanup
      
      * Fix peer down
      
      * Implement buffered update receiver. Fix route propagation.
      
      * Add metrics
      
      * Add VRF metrics
      
      * Add router label to VRF metrics
      
      * Add peer metrics
      
      * Fix tests
      
      * Fix test
      
      * Fix test
      
      * Fix build
      
      * Add tests
      
      * Add test for unknown path attributes
      
      * Add tests
      
      * Extend test
      
      * Standardize grpc API
      
      * Fix tests
      832b7b63
Loading