CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/03/28 03:52:08
Modified files:
usr.sbin/bgpd : mrt.c
Log message:
Refactor mrt_dump_entry_v2() to use a dynamic buffer to hold the prefix.
Especially flowspec "prefixes" are variable size and so using a static
buffer there is not going to work in the long run.
OK tb@
