]> git.puffer.fish Git - mirror/frr.git/commit
ospfd: show ip ospf interface json output format 1647/head
authorChirag Shah <chirag@cumulusnetworks.com>
Sat, 30 Dec 2017 05:01:07 +0000 (21:01 -0800)
committerChirag Shah <chirag@cumulusnetworks.com>
Tue, 16 Jan 2018 20:49:31 +0000 (12:49 -0800)
commit7dab10ce944919ba4588063ce3b5adc84fc78842
tree870f3ad32061f56f09ec5cecb0a53ca60f91b712
parent7c0c85a2eba6132302c70541a1e4393a1e798dd8
ospfd: show ip ospf interface json output format

Current json output does not differentiate start of
interface objects. Adding "interfaces" keyword at the
beginning of the interface list. This is useful
when displaying vrf level output along with interface list.

Ticket:CM-19115
Testing Done:
show ip ospf vrf all interface json
show ip ospf vrf all interface <specific intf> json
show ip ospf interface json
show ip ospf interface <specific intf> json

Signed-off-by: Chirag Shah <chirag@cumulusnetworks.com>
ospfd/ospf_vty.c