CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/05/27 02:34:34
Modified files:
usr.sbin/bgpd : mrt.c
Log message:
Increase the MRT attribute buffer to MAX_EXT_PKTSIZE so it works in all cases.
Dumping messages from peers with extended message capability would fail
since the MRT code was still limited to the old 4096byte size.
Reported by 7Asecurity
OK tb@
