Skip to content

Releases: bio-routing/bio-rd

v0.0.2-pre1

05 May 16:38
3b0e52f
Compare
Choose a tag to compare
v0.0.2-pre1 Pre-release
Pre-release
riscli dump-loc-rip: dump v4 and v6 + additional error handling (#259)

* riscli dump-loc-rip: Dump IPv4/IPv6 routes

By default riscli dump-loc-rib will now dump IPv4 and IPv6 routes. The
flags -4 and -6 have been added to restrict dumping to a single address
family.

* riscli dump-loc-rip: Handle EOF from API

v0.0.1-pre9: Merge pull request #254 from bio-routing/fix/dedup_mem

15 Apr 15:11
27fb65a
Compare
Choose a tag to compare
Make BGP path dedup optional. Set init cache size = 0.

v0.0.1-pre10: Please go vet (#257)

16 Apr 11:35
8f75257
Compare
Choose a tag to compare
Pre-release
* Remove unused function

This unused function triggered go vet

github.com/bio-routing/bio-rd/syscallwrappers
[error]syscallwrappers/syscalls_linux.go:75:9: possible misuse of unsafe.Pointer

* Remove unreachable code

* Use keyed syntax for composite literals

* Remove copies of mutex locks

v0.0.1-pre8: Merge pull request #250 from bio-routing/feature/net/calc

26 Mar 16:12
d25d3e2
Compare
Choose a tag to compare
Add IP Next() method and Prefix BaseAddr()

v0.0.1-pre6: Merge pull request #249 from bio-routing/fix/addPathTX

03 Mar 18:24
edd93f3
Compare
Choose a tag to compare
Fix route withdraw when using BGP add path TX

v0.0.1-pre5

21 Jan 15:25
Compare
Choose a tag to compare
v0.0.1-pre5 Pre-release
Pre-release
Fix BGP reconnect (#244)

v0.0.1-pre4

21 Jan 14:59
Compare
Choose a tag to compare
v0.0.1-pre4 Pre-release
Pre-release
Fix BGP reconnect (#244)

v0.0.1-pre2: Merge pull request #236 from bio-routing/fix/metricsrace

09 Jan 15:00
6363f69
Compare
Choose a tag to compare
Fix race condition in BGP metrics handling.

v0.0.1-pre1: Merge pull request #234 from bio-routing/fix/pfxdedup

07 Nov 12:10
02bfd00
Compare
Choose a tag to compare