Download raw body.
bgpd convert rtr.c to new imsg api
On Thu, Jan 04, 2024 at 02:37:18PM +0100, Claudio Jeker wrote: > Start converting the imsg handling to the new API. > This is just for rtr.c which is fairly simple. > > Overall this is IMO a big improvement. The ASPA handling is still a bit > strange but I hope long term we should be able to just use a single IMSG > to push an ASPA record. I agree, it is a lot less fiddly and error prone and I am happy to see all that reaching into imsg.hdr go. Much easier to read and follow. ok tb
bgpd convert rtr.c to new imsg api