- Jan 13, 2020
-
-
Oliver Herms authored
-
takt authored
-
takt authored
-
- Jan 09, 2020
-
-
Christoph Petrausch authored
Fix race condition in BGP metrics handling.
-
Oliver Herms authored
-
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 31, 2019
-
-
Christoph Petrausch authored
Fix/pfxdedup
-
takt authored
-
takt authored
-
- Oct 29, 2019
-
-
takt authored
-
- Oct 15, 2019
-
-
takt authored
* Replace ip/prefix map caches with btree caches. * Cleanup * Fix magic number * fixed build
-
- Oct 13, 2019
-
-
Maximilian Wilhelm authored
* Add myself to Authors / Contributors. Signed-off-by:
Maximilian Wilhelm <max@sdn.clinic> * First shot at list of supported RFCs. Signed-off-by:
Maximilian Wilhelm <max@sdn.clinic> * Make the list a .. list. Signed-off-by:
Maximilian Wilhelm <max@sdn.clinic>
-
- Oct 11, 2019
- Sep 17, 2019
-
-
takt authored
* Fix type assertions * Fix type assertion * Remove debug output
-
takt authored
-
Julian Kornberger authored
-
- Aug 18, 2019
-
-
takt authored
* init * Refactoring
-
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
-
- 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
-
- Jul 24, 2019
-
-
Annika Wickert authored
Fix alignment issue on arm
-
- Jul 23, 2019
-
-
Annika Wickert authored
-
- Jul 14, 2019
- Jul 09, 2019
-
-
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
-
- Jun 16, 2019
-
-
takt authored
-
- May 02, 2019
-
-
Christoph Petrausch authored
This enables users of the bio-rd library to reuse the state numbering. Otherwise users have to maintain their own constats to avoid magic numbers.
-
- Mar 28, 2019
-
-
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
-
- Mar 18, 2019
- Mar 14, 2019
-
-
sasakovacevicMSFT authored
I've fixed the issue #202
-
Maximilian Wilhelm authored
Update issue templates
-
cedi authored
-
- Feb 20, 2019
-
-
Christoph Petrausch authored
* Add Unregister function to VRF to remove VRF from global registry * Add test for Unregister
-
- Feb 18, 2019
-
-
takt authored
-
- Feb 14, 2019
-
-
Daniel Czerwonk authored
* sane default for ClientOptions, otherwise max paths for non add path is 0 * applied new default to BMP test * added regression test
-
- Feb 05, 2019
-
-
takt authored
* Fix FSM Address Family Init * Adding tests for fix * Fix build * Fix build
-
- Feb 04, 2019