]> git.proxmox.com Git - mirror_frr.git/commit - zebra/zserv.c
zebra: Display instance id as part of `show zebra client summ`
authorDonald Sharp <sharpd@nvidia.com>
Wed, 27 Jan 2021 13:21:14 +0000 (08:21 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Thu, 4 Feb 2021 13:35:14 +0000 (08:35 -0500)
commit99a30b4760d12e7491842f64b8ae13ba692d50f5
tree8c4b2c80bcc72f621a1e73d9bb57ff55a8de7d11
parent98e3dfaee09ceca7eb00b3d7a3122c8dd43fc6f7
zebra: Display instance id as part of `show zebra client summ`

When displaying `show zebra client summ` when we have instances
running, display the instance number as well.

New Output:

sharpd@eva ~/frr7 (instance_data)> vtysh -c "show zebra client summ"
Name      Connect Time    Last Read  Last Write  IPv4 Routes       IPv6 Routes
--------------------------------------------------------------------------------
ospf[1]       00:00:02     00:00:02    00:00:02       0/0              0/0
ospf[5]       00:00:02     00:00:02    00:00:02       0/0              0/0
sharp         00:00:02     00:00:02    00:00:02       0/0              0/0
static        00:00:02     00:00:02    00:00:02       0/0              0/0
Routes column shows (added+updated)/deleted

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