CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/01/09 06:41:32
Modified files:
usr.sbin/bgpd : bgpd.c kroute.c
Log message:
Convert the parent process imsg handling over to the new imsg API.
This simplifies the code a fair bit and removes direct unchecked memory
access to imsg.data.
OK tb@
