]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: non pretty json output for evpn route
authorSindhu Parvathi Gopinathan <sgopinathan@nvidia.com>
Wed, 19 Jul 2023 07:00:24 +0000 (00:00 -0700)
committerChirag Shah <chirag@nvidia.com>
Fri, 21 Jul 2023 17:15:25 +0000 (10:15 -0700)
commitfadf87f358e90abddf17c1196e3c70df32127049
tree87397e9b60190a02ebd63d64fc8ac0e4ac78514d
parent1c67c0951bf39648ca6593449ec234aa6e046304
zebra: non pretty json output for evpn route

Currently, json output of evpn route command are no pretty format.
This is an extremely expensive operation at high VNI scale

EVPN json non-pretty command support added:

```
show evpn mac vni <vni-id> detail json
show evpn vni detail json
```

Ticket:#3513256
Issue:3513256

Testing: UT done

Signed-off-by: Sindhu Parvathi Gopinathan's <sgopinathan@nvidia.com>
zebra/zebra_vxlan.c