]> git.puffer.fish Git - matthieu/frr.git/commit
lib: Increase zapi buffer size
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 6 Mar 2018 21:07:14 +0000 (16:07 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 7 Mar 2018 19:37:58 +0000 (14:37 -0500)
commitdb4a24ddc1ae04af61e4be40e38c8deeab7639eb
tree962f31e164a6e33ec13461ff16ce534a8a026eac
parent54085eafebc926e7c004d4c0a8da519dad53c682
lib: Increase zapi buffer size

The buffer size is currently 4k.  Increase x4 times to allow for bigger
messages to be sent over the zapi.

The current size sufficient for most cases, but there are a couple
of cases with installing data to the kernel ip rules where we will
quickly hit this 4k size limit.  I forsee flowspec getting close
to this limit as well.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
lib/zclient.h