CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/05/11 12:41:06
Modified files:
usr.sbin/bgpd : parse.y
Log message:
In merge_aspa_set() do the MAX_ASPA_SPAS_COUNT check the same way it is
done in the rest of the code and by doing so fix a harmless off by one
error.
OK tb@
