CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/03/02 02:56:33
Modified files:
usr.sbin/bgpd : rde.c
Log message:
Fix in the OTC attribute parser for ROLE_PEER.
For sessions with peer role the ASnum of the OTC attribute is compared to
the remote ASnum of the session. At that point in the parser the data
should not be consumed. So use an extra temporary buffer to extract the
OTC value. This is similar to the case in ATTR_AS4_AGGREGATOR where the
same trick is used.
OK tb@
