Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bgpd: add memberCount into peer-grp json output
Member count is not part of current show bgp peer-group json output. Fix: memberCount attribute is added into bgp peer-grp json output. Supported commands: - show bgp peer-group json - show bgp vrf tenant1 peer-group json Ticket:#4073454 Testing: tor-11# show bgp peer-group json { "ISL":{ "remoteAs":0, "type":"external", "addressFamiliesConfigured":[ "IPv4 Unicast" ], "members":{ "swp1":{ "status":"Established" }, "swp2":{ "status":"Established" }, "memberCount":2 } } } Signed-off-by: Sindhu Parvathi Gopinathan's <[email protected]>
- Loading branch information