8000 Releases · rtrlib/rtrlib · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: rtrlib/rtrlib

0.3.0

28 Dec 12:41
Compare
Choose a tag to compare
  • Added support for IETF draft draft-ietf-sidr-rpki-rtr-rfc6810-bis-02
  • Source address for RTR connection can be configured
  • Minor changes of the library API (see doxygen documentation).

0.2.4

24 Nov 18:45
@fho fho
Compare
Choose a tag to compare

rtrclient: fix rtrclient didn't compile when libssh wasn't installed and found by cmake

0.2.3

15 Oct 19:42
@fho fho
Compare
Choose a tag to compare
  • rtrclient: increase polling period from 1 to 30 seconds
  • rtrclient: bug fix for segfault caused by out-of-scope variable access
  • rtrclient: fix wr 8000 ong ssh example in usage output
  • transport: remove const modifier from tr_ssh_config and tr_tcp_config struct members
  • cmake: install doxygen documentation to $PREFIX/share/doc/rtrlib/
  • add debian packaging files

0.2.2

14 Jan 13:11
Compare
Choose a tag to compare
  • Fixed a bug in IPv6 address operations that caused that some IPv6 records couldn't be added to the pfx_table

0.2.1

14 Jan 13:10
Compare
Choose a tag to compare
  • Nonce variable renamed to session_id to conform with draft-ietf-sidr-rpki-rtr-26
  • Warning message added if the Zero field of a prefix PDU doesn't contain 0
  • pfx_validate_r function added, returns list of prefixes which affected the validation state BGP route
  • Fixed bug in lpfst_remove that could cause that an pfx_record in the pfx_table could not be found.
  • Added state rollback to the prefix synchronization function to assure that the last correct state is recovered if an error occurs during synchronization
  • Few smaller bugfixes and debug formatting corrections

0.2

14 Jan 13:09
Compare
Choose a tag to compare
0.2
  • Support of RTR-Server failover mechanisms (RTR manager component implemented)
  • Automatic reconnect of rtr_socket in case of errors
  • Renamed rtr_update_fp callback to pfx_update_fp. Callback will be executed only if a pfx_record has been added or deleted.
  • Representation of IP addresses in host byte order within pfx_table
  • New convenience function to transform an IP address string into a struct ip_addr and vice versa
  • Implements current RTR drafts draft-ietf-sidr-rpki-rtr-19 and draft-ietf-sidr-pfx-validate-03
  • Extended debug messages
  • Many bugfixes

0.1

16 Oct 08:22
Compare
Choose a tag to compare
0.1
  • Beta version
  • Transport support for unprotected TCP and SSH
0