NAME
rtrd —
RPKI-to-Router (RTR) daemon
SYNOPSIS
rtrd |
[-fvV] [-b
bind_address] [-m
max_version] [-p
port] [-s
socket] |
DESCRIPTION
The rtrd daemon is an RPKI-to-Router (RTR)
cache server. The rtrd program supports RTR protocol
versions 0, 1, and 2.
The options are as follows:
-bbind_address- Use bind_address as the listener address for connections from clients. The default bind_address is ‘0.0.0.0’.
-f- Remain in foreground.
-mmax_version- Use max_version as the maximum supported version in protocol version negotiation. The default protocol is version 2.
-pport- Listen on port for client connections. The default port is 323.
-ssocket- Use socket instead of the default /var/run/rtrd.sock for communication with rtrctl(8).
-v- Increase verbosity.
-V- Display version and exit.
FILES
- /var/run/rtrd.sock
- Unix-domain socket used for communication with rtrctl(8).
EXIT STATUS
The rtrd utility exits 0 on
success, and >0 if an error occurs.
SEE ALSO
STANDARDS
RPKI to Router Protocol, RFC 6810.
RPKI to Router Protocol, Version 1, RFC 8210.
RPKI to Router Protocol, Version 2, https://datatracker.ietf.org/doc/html/draft-ietf-sidrops-8210bis-27, Aug, 2026.
AUTHORS
Ralph Covelli <rcovelli@he.net> and Job Snijders <job@bsd.nl>.