Releases: rtrlib/rtrlib
Releases · rtrlib/rtrlib
0.3.0
0.2.4
0.2.3
- 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
0.2.1
- 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
- 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