diff options
author | Morgan Stewart <morgan@cumulusnetworks.com> | 2015-08-12 15:59:18 +0200 |
---|---|---|
committer | Morgan Stewart <morgan@cumulusnetworks.com> | 2015-08-12 22:24:02 +0200 |
commit | 856ca177c4bb8f857fd60a1d93ac99fbd1a76484 (patch) | |
tree | 42c957ccae03340a34d2ed921377cc9d737caedf /bgpd/bgp_bfd.h | |
parent | Replace lists with arrays to store read and write threads (diff) | |
download | frr-856ca177c4bb8f857fd60a1d93ac99fbd1a76484.tar.xz frr-856ca177c4bb8f857fd60a1d93ac99fbd1a76484.zip |
Added json formating support to show-...-neighbors-... bgp commands.
Ticket: CM-6789
Reviewed By: CCR-3263
Testing Done: Manual Testing and smoke tests
Whenever some sort of output is encountered, added a json version with
proper logic as well.
Diffstat (limited to 'bgpd/bgp_bfd.h')
-rw-r--r-- | bgpd/bgp_bfd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_bfd.h b/bgpd/bgp_bfd.h index 97ad093ee..4e554af69 100644 --- a/bgpd/bgp_bfd.h +++ b/bgpd/bgp_bfd.h @@ -40,6 +40,6 @@ extern void bgp_bfd_peer_config_write(struct vty *vty, struct peer *peer, char *addr); extern void -bgp_bfd_show_info(struct vty *vty, struct peer *peer); +bgp_bfd_show_info(struct vty *vty, struct peer *peer, u_char use_json, json_object *json_neigh); #endif /* _QUAGGA_BGP_BFD_H */ |