Skip to content
Snippets Groups Projects
  1. Jul 15, 2020
  2. May 07, 2020
  3. Apr 15, 2020
  4. Jan 14, 2020
  5. 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
  6. Oct 15, 2019
  7. Aug 18, 2019
  8. 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
  9. 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
  10. Jan 08, 2019
Loading