CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/09/25 08:46:52
Modified files:
usr.sbin/bgpd : rde.c rde.h rde_update.c
Log message:
When generating UPDATE handle the message size limit better.
First of all warn that a prefix was dropped. In the generate an update
code handle possible overflows of attributes and NLRI and withdraw the
affected prefix. This way the peer will not have stale data.
OK tb@
