summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_route.h
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas@opensourcerouting.org>2022-12-20 10:56:50 +0100
committerDonatas Abraitis <donatas@opensourcerouting.org>2022-12-20 11:19:37 +0100
commit509d82bd49d5e1318ccc7ff45308e7e6570f53e9 (patch)
tree1c77ad7aa4e5662d3e12d6d42006478c6574be22 /bgpd/bgp_route.h
parentbgpd: Rename BGP_SHOW_OPT_DETAIL to BGP_SHOW_OPT_JSON_DETAIL (diff)
downloadfrr-509d82bd49d5e1318ccc7ff45308e7e6570f53e9.tar.xz
frr-509d82bd49d5e1318ccc7ff45308e7e6570f53e9.zip
bgpd: Add `show ip bgp <afi> <safi> detail` command version
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Diffstat (limited to 'bgpd/bgp_route.h')
-rw-r--r--bgpd/bgp_route.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bgpd/bgp_route.h b/bgpd/bgp_route.h
index 2b91c048c..63dd69f80 100644
--- a/bgpd/bgp_route.h
+++ b/bgpd/bgp_route.h
@@ -665,6 +665,7 @@ DECLARE_HOOK(bgp_process,
#define BGP_SHOW_OPT_FAILED (1 << 6)
#define BGP_SHOW_OPT_JSON_DETAIL (1 << 7)
#define BGP_SHOW_OPT_TERSE (1 << 8)
+#define BGP_SHOW_OPT_ROUTES_DETAIL (1 << 9)
/* Prototypes. */
extern void bgp_rib_remove(struct bgp_dest *dest, struct bgp_path_info *pi,