CVSROOT:        /cvs
Module name:    src
Changes by:     clau...@cvs.openbsd.org 2021/02/16 01:29:16

Modified files:
        usr.sbin/bgpd  : Makefile bgpd.8 bgpd.c bgpd.conf.5 bgpd.h 
                         config.c control.c parse.y printconf.c rde.c 
                         session.c session.h util.c 
Added files:
        usr.sbin/bgpd  : rtr.c rtr_proto.c 

Log message:
Add RTR support to OpenBGPD. Add basic support for the protocol.
The RTR client runs in a new process where the protocol handling is done
and when new data is available all sources are merged into one ROA set
which is then loaded into the RDE. The roa-set from the config is also
handled by the new RTR engine.
Tested by and ok job@

Reply via email to