]> git.proxmox.com Git - mirror_frr.git/commit
pimd: always build json for show commands
authorDaniel Walton <dwalton@cumulusnetworks.com>
Wed, 26 Oct 2016 14:03:29 +0000 (14:03 +0000)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 22 Dec 2016 01:26:12 +0000 (20:26 -0500)
commit7e14782362f94fbde2b9a4febbc4a1ed45fb6292
treee7bd400cd0e51c810439230381111215078e07b9
parent518e5727b40b97827b92555bf8d867d642c91bc4
pimd: always build json for show commands

Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com>
This cleans up the following so that they always collect the data to
display in json structures and then either dumps the json output or
traverses it to produce the non-json output.

  show ip pim local-membership
  show ip pim interface
pimd/pim_cmd.c