diff options
| author | Morgan Stewart <morgan@cumulusnetworks.com> | 2015-08-12 06:59:18 -0700 | 
|---|---|---|
| committer | Morgan Stewart <morgan@cumulusnetworks.com> | 2015-08-12 13:24:02 -0700 | 
| commit | 856ca177c4bb8f857fd60a1d93ac99fbd1a76484 (patch) | |
| tree | 42c957ccae03340a34d2ed921377cc9d737caedf /bgpd/bgp_bfd.h | |
| parent | 308d14aed909f6cfa9fb41d6db38b6418d9c76fc (diff) | |
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 97ad093eee..4e554af696 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 */  | 
