mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 04:18:56 +00:00
Merge pull request #13168 from FRRouting/mergify/bp/stable/8.5/pr-13153
bgpd: increase buffer size used for dumping BGP to MRT files (backport #13153)
This commit is contained in:
commit
f97ec36023
@ -860,8 +860,7 @@ void bgp_dump_init(void)
|
||||
memset(&bgp_dump_routes, 0, sizeof(bgp_dump_routes));
|
||||
|
||||
bgp_dump_obuf =
|
||||
stream_new((BGP_STANDARD_MESSAGE_MAX_PACKET_SIZE * 2)
|
||||
+ BGP_DUMP_MSG_HEADER + BGP_DUMP_HEADER_SIZE);
|
||||
stream_new(BGP_MAX_PACKET_SIZE + BGP_MAX_PACKET_SIZE_OVERFLOW);
|
||||
|
||||
install_node(&bgp_dump_node);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user