mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 04:01:59 +00:00
Merge pull request #13153 from jeclarke/dump_buf_size
bgpd: increase buffer size used for dumping BGP to MRT files
This commit is contained in:
commit
561f8ea30a
@ -845,8 +845,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