CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/07/11 10:58:58
Modified files:
usr.sbin/bgpd : rde_update.c
Log message:
Properly roll back in the add-path send case in up_dump_prefix()
When up_dump_prefix() runs out of space while filling out prefixes
a possible path_id needs to be removed from the buf or else a corrupted
UPDATE is sent out.
OK tb@
