]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: evpn route detail json display non prett 12684/head
authorChirag Shah <chirag@nvidia.com>
Tue, 24 Jan 2023 06:18:24 +0000 (22:18 -0800)
committerChirag Shah <chirag@nvidia.com>
Tue, 24 Jan 2023 06:25:12 +0000 (22:25 -0800)
commit3cdb03fba7b40240fb38469a12b7b05a11043e09
treec6cc5b4e99a18cf3e99566b596640313a367f471
parentc6188284fb4be17b7cd9e20e4a44b83e12eb7eed
bgpd: evpn route detail json display non prett

For BGP evpn route table detail json to use
non pretty form of display.

Problem:
In scaled evpn route table detail json dump
occupies high resources (CPU + memory) of the system.
In high scale evpn route dump using pretty form
hogs CPU for a while which can trigger watchfrr
to kill bgpd.

Solution:
Avoid pretty JSON print for detail version dump

Signed-off-by: Chirag Shah <chirag@nvidia.com>
bgpd/bgp_evpn_vty.c