Re: bgpd add imsg code for bgpctl support

2023-04-19 Thread Theo Buehler
On Wed, Apr 19, 2023 at 06:05:28PM +0200, Claudio Jeker wrote: > 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. > > This is mostly streight forward code (copying the bits which are already > around

bgpd add imsg code for bgpctl support

2023-04-19 Thread Claudio Jeker
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. This is mostly streight forward code (copying the bits which are already around). -- :wq Claudio Index: bgpd.h ===