]> git.proxmox.com Git - mirror_frr.git/blobdiff - bgpd/bgp_vty.h
zebra: replace zlog_err with flog_err
[mirror_frr.git] / bgpd / bgp_vty.h
index afb85f112b85ad975b1ea3a57bea0adcb2993f32..d9df2b4cfedab1771e36836ea954ebc21a3029e3 100644 (file)
@@ -69,9 +69,10 @@ extern int argv_find_and_parse_safi(struct cmd_token **argv, int argc,
 extern int bgp_vty_find_and_parse_afi_safi_bgp(struct vty *vty,
                                               struct cmd_token **argv,
                                               int argc, int *idx, afi_t *afi,
-                                              safi_t *safi, struct bgp **bgp);
+                                              safi_t *safi, struct bgp **bgp,
+                                              bool use_json);
 extern int bgp_show_summary_vty(struct vty *vty, const char *name, afi_t afi,
-                               safi_t safi, uint8_t use_json);
+                               safi_t safi, bool use_json);
 extern void bgp_vpn_policy_config_write_afi(struct vty *vty, struct bgp *bgp,
                                            afi_t afi);
 #endif /* _QUAGGA_BGP_VTY_H */