Skip to content
Snippets Groups Projects
  1. Oct 15, 2019
  2. Oct 13, 2019
  3. Oct 11, 2019
  4. Sep 17, 2019
  5. Aug 18, 2019
    • takt's avatar
      RIS CLI (#222) · d73bc831
      takt authored
      * init
      
      * Refactoring
      d73bc831
    • takt's avatar
      Add caching for Path, BGPPath, IP and Prefix structures (#218) · 16459281
      takt authored
      * Add caches
      
      * Replace IPs and Prefixes with pointers to these
      
      * Fix nil pointer derefs
      
      * Fix nil pointer deref
      
      * Fix community encoding
      
      * Fix tests
      
      * Fix tests
      
      * Fix tests
      
      * Fix tests
      
      * Fix tests
      
      * Fix tests
      
      * Fix BGP path hashing
      
      * Fix path attr decoding
      
      * Fix tests
      
      * Fix tests
      
      * Fix tests
      
      * Fix tests
      
      * Cleanup
      
      * Cleanup
      
      * Revert config change
      
      * Fix Benchmark. Fix ClusterList PA.
      
      * Fix ClusterList tests
      
      * Add client
      
      * Remove stale test
      
      * Cleanup
      
      * Increase verbosity on decode failure
      
      * Improve chache layer performance
      
      * Improve bgp path cache performance
      
      * Cleanup
      16459281
  6. Jul 26, 2019
    • takt's avatar
      Implementing basic daemon with configuration (#214) · 8f8c1730
      takt authored
      * Implementing basic daemon with configuration
      
      * Add daemon
      
      * Implement hot reloadable filters
      
      * Adding more filter actions
      
      * Make filters comparable
      
      * Fix tests
      
      * Fix tests
      
      * Fix tests
      
      * Cleanup
      
      * Cleanup
      
      * Cleanup
      
      * Use documentation prefixes rfc5737
      
      * Correct one prefix
      
      * Fix copy&paste error
      8f8c1730
  7. Jul 24, 2019
  8. Jul 23, 2019
  9. Jul 14, 2019
  10. 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
  11. Jun 16, 2019
  12. May 02, 2019
  13. Mar 28, 2019
    • Daniel Czerwonk's avatar
      BGP and VRF metrics (#204) · 4dcf85c9
      Daniel Czerwonk authored
      * first steps to metrics
      
      * next small step
      
      * fixed tests
      
      * added comments
      
      * postponed RouterAccepted and RoutesRejected to next step
      
      * read update counters
      
      * added test
      
      * added missing test file
      
      * Route not used any more
      
      * added metrics for session state and time since establish
      
      * increased test coverage, time since establish impl.
      
      * added prom collector
      
      * added metrics endpoint to BGP example
      
      * added metrics for VRF
      
      * removed commented metrics
      
      * fixed logging inconsistency in example
      
      * Update main.go
      
      * gofmt
      
      * fixed typo
      4dcf85c9
  14. Mar 18, 2019
  15. Mar 14, 2019
  16. Feb 20, 2019
  17. Feb 18, 2019
  18. Feb 14, 2019
  19. Feb 05, 2019
  20. Feb 04, 2019
  21. Feb 03, 2019
  22. Feb 02, 2019
    • Daniel Czerwonk's avatar
      VRF structure (#171) · b0325ca5
      Daniel Czerwonk authored
      * added unique name for locRIBs
      
      * added VRFs
      
      * added error when no RIB configured in VRF
      
      * vrf unique name ensurance
      
      * fixed examples
      
      * added missing test
      
      * for convenience we provide a default RIB for v4 and v6 on each VRF
      
      * removed debug output in main.go (api is coming)
      
      * also removed debug output from fib example
      
      * removed fib example
      b0325ca5
    • Daniel Czerwonk's avatar
      replaced sync.Map with own type (#189) · 9449e555
      Daniel Czerwonk authored
      * replaced sync.Map with own type
      
      * fixed map test
      9449e555
  23. Feb 01, 2019
  24. Jan 31, 2019
  25. Jan 20, 2019
  26. Jan 19, 2019
  27. Jan 18, 2019
Loading