mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 16:26:10 +00:00
zebra: Fix show zebra client
display to handle columns right
Before: Type Add Update Del ================================================== IPv4 11539033 272 10751107 IPv6 1122106 43 1047081 After: Type Add Update Del ================================================== IPv4 10517740 64 9729917 IPv6 1016590 8 941567 Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
588a30273d
commit
0037287bee
@ -914,7 +914,7 @@ static void zebra_show_client_detail(struct vty *vty, struct zserv *client)
|
||||
zserv_command_string(last_write_cmd));
|
||||
vty_out(vty, "\n");
|
||||
|
||||
vty_out(vty, "Type Add Update Del \n");
|
||||
vty_out(vty, "Type Add Update Del \n");
|
||||
vty_out(vty, "================================================== \n");
|
||||
vty_out(vty, "IPv4 %-12d%-12d%-12d\n", client->v4_route_add_cnt,
|
||||
client->v4_route_upd8_cnt, client->v4_route_del_cnt);
|
||||
|
Loading…
Reference in New Issue
Block a user