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 /lib/plist.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 'lib/plist.h')
-rw-r--r-- | lib/plist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plist.h b/lib/plist.h index fb3168a6e..4359a8935 100644 --- a/lib/plist.h +++ b/lib/plist.h @@ -78,6 +78,6 @@ extern struct stream * prefix_bgp_orf_entry (struct stream *, u_char, u_char, u_char); extern int prefix_bgp_orf_set (char *, afi_t, struct orf_prefix *, int, int); extern void prefix_bgp_orf_remove_all (char *); -extern int prefix_bgp_show_prefix_list (struct vty *, afi_t, char *); +extern int prefix_bgp_show_prefix_list (struct vty *, afi_t, char *, u_char); #endif /* _QUAGGA_PLIST_H */ |