CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2023/04/20 06:53:27
Modified files: usr.sbin/bgpd : bgpd.h control.c rde.c session.c Log message: Implement IMSG_CTL_SHOW_FLOWSPEC and IMSG_FLOWSPEC_FLUSH and add bits for IMSG_FLOWSPEC_ADD and IMSG_FLOWSPEC_REMOVE received from bgpctl via SE. OK tb@