CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/04/09 06:05:07
Modified files:
usr.sbin/bgpd : rtr.c bgpd.c
Log message:
Check that the ASPA tas array fits in an IMSG before sending the ASPA
record over to RTR or the RDE.
The long term goal is to increase the IMSG size considerably but that
requires some additional API changes to the imsg API.
OK tb@
