CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2023/04/19 01:12:22
Modified files: usr.sbin/bgpd : bgpd.c bgpd.h rde.c Log message: Implement code to pass the flowspec config over to the RDE. The parent process tracks which prefixes are added / removed and issues the corresponding imsg calls. Right now the RDE does nothing with the received information. OK tb@