From 856ca177c4bb8f857fd60a1d93ac99fbd1a76484 Mon Sep 17 00:00:00 2001 From: Morgan Stewart Date: Wed, 12 Aug 2015 06:59:18 -0700 Subject: 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. --- bgpd/bgp_bfd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bgpd/bgp_bfd.h') 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 */ -- cgit v1.2.3