]> git.puffer.fish Git - mirror/frr.git/commit
ospfd: increase API maximum message size 12334/head
authorylopez <yoann.lopez@gmail.com>
Thu, 17 Nov 2022 18:39:02 +0000 (19:39 +0100)
committerylopez <yoann.lopez@gmail.com>
Fri, 18 Nov 2022 08:30:09 +0000 (09:30 +0100)
commit319cfdc765530c90da3826e0ccf95452774b86c4
tree9b4e004c7a31f7af79119591ac3970af633a2176
parentb7de3fe8a9907d37f9f7726a87e488de7f1f9ec4
ospfd: increase API maximum message size

OSPF_MAX_LSA_SIZE does not represent the actual maximum size of LSA packets which may be larger than 1500 bytes. If relaying a large OSPF packet to the OSPF API, we do not allocate a big enough buffer to send over the API. This patch increases the maximum size of OSPF packets transmitted over the API.

Signed-off-by: ylopez <yoann.lopez@gmail.com>
ospfd/ospf_api.h