]> git.proxmox.com Git - mirror_frr.git/commitdiff
bgpd: Set routes detail flag when using flowspec detailed command
authorDonatas Abraitis <donatas@opensourcerouting.org>
Tue, 20 Dec 2022 10:18:10 +0000 (12:18 +0200)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Tue, 20 Dec 2022 10:19:37 +0000 (12:19 +0200)
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
bgpd/bgp_route.c

index 1fc51803aba0b96efd9649ae594b55d8f1d1ff65..8f6a1ff223d7c7db3e0c211380ce0a194a8929bd 100644 (file)
@@ -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--;