diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-10-03 00:34:03 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-10-09 20:26:30 +0200 |
commit | 9b6d8fcf29cee8a748daedf4ba9ce8704fef1a02 (patch) | |
tree | a0ebb5bb87b1c822b8a4f7f6f3843b237cfa5871 /bgpd/bgp_flowspec.h | |
parent | bgpd: Convert all bgp_info_XXX functions to bgp_path_XXX functions (diff) | |
download | frr-9b6d8fcf29cee8a748daedf4ba9ce8704fef1a02.tar.xz frr-9b6d8fcf29cee8a748daedf4ba9ce8704fef1a02.zip |
bgpd: Convert binfo to path
Convert the binfo variable to path.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'bgpd/bgp_flowspec.h')
-rw-r--r-- | bgpd/bgp_flowspec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_flowspec.h b/bgpd/bgp_flowspec.h index d92491756..bc201b739 100644 --- a/bgpd/bgp_flowspec.h +++ b/bgpd/bgp_flowspec.h @@ -44,7 +44,7 @@ extern void bgp_fs_nlri_get_string(unsigned char *nlri_content, size_t len, json_object *json_path); extern void route_vty_out_flowspec(struct vty *vty, struct prefix *p, - struct bgp_path_info *binfo, int display, + struct bgp_path_info *path, int display, json_object *json_paths); extern int bgp_fs_config_write_pbr(struct vty *vty, struct bgp *bgp, afi_t afi, safi_t safi); |