From 81dcd88113a9a39d79b4ae6ddbe9c86ce256b525 Mon Sep 17 00:00:00 2001 From: Donatas Abraitis Date: Tue, 20 Dec 2022 12:18:10 +0200 Subject: [PATCH] bgpd: Set routes detail flag when using flowspec detailed command Signed-off-by: Donatas Abraitis --- bgpd/bgp_route.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bgpd/bgp_route.c b/bgpd/bgp_route.c index 1fc51803ab..8f6a1ff223 100644 --- a/bgpd/bgp_route.c +++ b/bgpd/bgp_route.c @@ -14723,7 +14723,7 @@ DEFUN (show_ip_bgp_flowspec_routes_detailed, struct bgp *bgp = NULL; int idx = 0; bool uj = use_json(argc, argv); - uint16_t show_flags = BGP_SHOW_OPT_JSON_DETAIL; + uint16_t show_flags = BGP_SHOW_OPT_ROUTES_DETAIL; if (uj) { argc--; -- 2.39.5