- Jul 15, 2020
-
-
Oliver Herms authored
-
- May 07, 2020
-
-
Oliver Herms authored
-
- Apr 15, 2020
-
-
Christoph Petrausch authored
* Implement a GetRouters RPC to RIS This RPC returns all configured routers and their VRF IDs. This can be used by RIS clients to discovery the routers. The router and the VRF ID is a required parameter for all other RPCs. * Update grpc to v1.28.0 to support protoc-gen-go v1.21.0 * Fix test Co-authored-by:
Oliver Herms <oliver.peter.herms@gmail.com>
-
- Jan 14, 2020
-
-
Oliver Herms authored
-
- Dec 29, 2019
-
-
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:
Marcus Weiner <marcus.weiner@gmail.com>
-
- Oct 15, 2019
-
-
takt authored
* Replace ip/prefix map caches with btree caches. * Cleanup * Fix magic number * fixed build
-
- Aug 18, 2019
-
-
takt authored
* init * Refactoring
-
- Jul 26, 2019
-
-
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
-
- Feb 02, 2019
-
-
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
-
- Jan 08, 2019
-
-
Julian Kornberger authored
-
Julian Kornberger authored
That's the way to go since Go 1.11 has been released.
-