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.
pbr: format change in nexthop-group json output
- JSON format is changed. currently json output returns as array format, in which we cannot add extra attributes under it. so, we modified the JSON format into dict. - Added nhgCount into vtysh "show pbr nexthop-groups json". - Addressed interface-name & vrf-id issues. currently, "vrfId" is mapped with interface name. supported commands: ``` show pbr nexthop-groups json show pbr nexthop-groups <nh-grp> json ``` Ticket:#3963583 Issue: 3963583 Signed-off-by: Sindhu Parvathi Gopinathan's <[email protected]>
- Loading branch information
1 parent
83aa6b3
commit 42578fa
Showing
4 changed files
with
19 additions
and
9 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