Download raw body.
bgpd: simplify IMSG_CTL_KROUTE
On Mon, Jan 08, 2024 at 03:43:58PM +0100, Claudio Jeker wrote: > This diff replaces the strange encoding of IMSG_CTL_KROUTE with > a struct that holds the flags and af field. This will allow to use > imsg_get_data() instead (which is the next diff). ok. I see that it's done throughout the switch: why is imsg_compose() not error checked?
bgpd: simplify IMSG_CTL_KROUTE