CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/09/16 10:11:46
Added files:
usr.sbin/rtrctl: Makefile ometric.c ometric.h rtrctl.8 rtrctl.c
usr.sbin/rtrd : Makefile RTRX.PROTOCOL cache.c cache.h
commands.c commands.h hash.c hash.h ip_utils.c
ip_utils.h logs.c logs.h packets.c packets.h
rtr_config.h rtrd.8 rtrd.c sched.c sched.h
send.c send.h signals.c signals.h sockets.c
sockets.h stats.c stats.h structs.h tables.c
tables.h version.h
Log message:
Import rtrd(8), an easy-to-use RPKI-To-Router protocol implementation
The rtrd(8) program is intended as a scalable distribution layer to
deliver data produced by rpki-client(8) to clients such as bgpd(8)
in multi-node/multi-vendor IXP and ISP deployments. A single rtrd(8)
instance can concurrently serve many BGP routers and route servers.
Many thanks to Ralph Covelli from Hurricane Electric for creating rtrd!
OK deraadt@ claudio@