diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-10-02 18:34:03 -0400 | 
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-10-09 14:26:30 -0400 | 
| commit | 9b6d8fcf29cee8a748daedf4ba9ce8704fef1a02 (patch) | |
| tree | a0ebb5bb87b1c822b8a4f7f6f3843b237cfa5871 /bgpd/bgp_flowspec.h | |
| parent | 18ee8310313d2891f6e023e751e2212856e8e8cc (diff) | |
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 d924917563..bc201b739f 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);  | 
