]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: Expand v4/v6 route space
authorDonald Sharp <sharpd@nvidia.com>
Thu, 30 Sep 2021 17:56:15 +0000 (13:56 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Wed, 17 Nov 2021 12:47:28 +0000 (07:47 -0500)
commitf2ada31cba8084969b9b0f212c9c147d0a176cea
treed86bb46f8c8c35db1d4044a93ae2f7b97d3f7eaa
parent4be297235ed2555be598661d0d082a1ed8794355
zebra: Expand v4/v6 route space

At some scale we eventually run out of room displaying v4/v6 route
totals for `show zebra client summ`:
janelle# show zebra client summ
Name      Connect Time    Last Read  Last Write  IPv4 Routes       IPv6 Routes
--------------------------------------------------------------------------------
bgp           04w0d18h     00:00:19    00:01:2411729127/4052681  2037786/903094

This total over ran the space in just a little over a week of uptime.
Expand to have a bit more room.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
zebra/zserv.c