Releases: bio-routing/bio-rd
Releases · bio-routing/bio-rd
v0.0.2-pre1
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
Make BGP path dedup optional. Set init cache size = 0.
v0.0.1-pre10: Please go vet (#257)
* 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
Add IP Next() method and Prefix BaseAddr()
v0.0.1-pre6: Merge pull request #249 from bio-routing/fix/addPathTX
Fix route withdraw when using BGP add path TX
v0.0.1-pre5
Fix BGP reconnect (#244)
v0.0.1-pre4
Fix BGP reconnect (#244)
v0.0.1-pre2: Merge pull request #236 from bio-routing/fix/metricsrace
Fix race condition in BGP metrics handling.
v0.0.1-pre1: Merge pull request #234 from bio-routing/fix/pfxdedup
Fix/pfxdedup