forked from FRRouting/frr
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
zebra: Add uptime string format for non-json cli output
time in string format is added for non-json cli show output for below commands, show ip[v6] route , nexthop-group, ospfv2 neighbor, ospfv2 neighbor bfd and igmp groups. Sample non-json output, ``` tor-22# show nexthop-group rib 28 ID: 28 (zebra) RefCnt: 11 Uptime: 00:04:07, Wed Aug 16 12:12:50 2023 VRF: default Valid, Installed Interface Index: 4 via fe80::202:ff:fe00:18, swp2 (vrf default), weight 1 Dependents: (26) tor-22# ``` Ticket:#3541629 Issue:3541629 Testing: UT done Signed-off-by: Sindhu Parvathi Gopinathan's <[email protected]>
- Loading branch information
1 parent
6d07b95
commit 5b8b454
Showing
4 changed files
with
31 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters