]> git.puffer.fish Git - mirror/frr.git/commit
zebra: Remove MM seq from evpn rmac json output 9129/head
authorTrey Aspelund <taspelund@nvidia.com>
Thu, 1 Apr 2021 04:43:55 +0000 (04:43 +0000)
committermergify-bot <noreply@mergify.io>
Fri, 23 Jul 2021 05:40:42 +0000 (05:40 +0000)
commit4e0459e6005f5c6ad1c666a26738cefcd7e1984f
treef0afeab68d1e7df1a9f0b1ad5d90e3e0b44a8012
parentfbf68e0f6c04f55b85373d97388d564fc85ad124
zebra: Remove MM seq from evpn rmac json output

Currently 'show evpn rmac vni .. mac .. json' includes fields for
localSequence and remoteSequence, which are misleading since they
aren't applicable to a macs in the IP-VRF mac table (RMAC).
This removes the localSequence + remoteSequence fields from the output.

Signed-off-by: Trey Aspelund <taspelund@nvidia.com>
(cherry picked from commit fb0b54b361ef2ba2563ce72dd3fe8a5d77e4630b)
zebra/zebra_vxlan.c