summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_route.h
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas.abraitis@gmail.com>2021-11-10 15:42:30 +0100
committerGitHub <noreply@github.com>2021-11-10 15:42:30 +0100
commit37b678773000713e2e823ddedd939f9960a450ca (patch)
tree5557b63f701d4c012e6a115691e7fdad9a51f248 /bgpd/bgp_route.h
parentMerge pull request #9941 from chiragshah6/mdev (diff)
parenttests: fix log string in topotests/lib/bgprib.py (diff)
downloadfrr-37b678773000713e2e823ddedd939f9960a450ca.tar.xz
frr-37b678773000713e2e823ddedd939f9960a450ca.zip
Merge pull request #9700 from mjstapp/add_json_det_attrs
bgpd: Add 'show bgp <afi> <safi> json detail' header data
Diffstat (limited to 'bgpd/bgp_route.h')
-rw-r--r--bgpd/bgp_route.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_route.h b/bgpd/bgp_route.h
index 46802d0d1..2fd80495d 100644
--- a/bgpd/bgp_route.h
+++ b/bgpd/bgp_route.h
@@ -784,7 +784,7 @@ extern bool bgp_zebra_has_route_changed(struct bgp_path_info *selected);
extern void route_vty_out_detail_header(struct vty *vty, struct bgp *bgp,
struct bgp_dest *dest,
- struct prefix_rd *prd, afi_t afi,
+ const struct prefix_rd *prd, afi_t afi,
safi_t safi, json_object *json);
extern void route_vty_out_detail(struct vty *vty, struct bgp *bgp,
struct bgp_dest *bn,