]> git.puffer.fish Git - matthieu/frr.git/commit
pimd: json support for nexthop
authornsaigomathi <nsaigomathi@vmware.com>
Fri, 6 Aug 2021 07:47:52 +0000 (00:47 -0700)
committerSai Gomathi N <nsaigomathi@vmware.com>
Thu, 30 Jun 2022 10:22:19 +0000 (03:22 -0700)
commit573a01ba1921402156e1401ec961a2cc2c970591
treecbb800eebb18d1f1196efd2de51c7c3d02fe4be5
parent03c95c540f1884dcaf74a81bc309fc51547054dd
pimd: json support for nexthop

Problems Identified:
show ip pim nexthop cli didn't have json extension and
show ip pim vrf all upstream have improper json format

Description:
show ip pim nexthop command shows the nexthops that are being used.
Added json support for the command.
show ip pim vrf all upstream displays upstream information for all vrfs about a S,G mroute.
Formatted the json structure for this command.

Signed-off-by: nsaigomathi <nsaigomathi@vmware.com>
pimd/pim_cmd.c