diff options
author | Sri Mohana Singamsetty <srimohans@gmail.com> | 2021-04-14 02:33:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-14 02:33:17 +0200 |
commit | dea4eee59f4cb31503a8e6178117c3bbaa6094e7 (patch) | |
tree | 4a217b8edaeaea5eefb08917edb610ffb74ee61a /bgpd/bgp_route.h | |
parent | Merge pull request #8448 from ton31337/feature/show_rpki_state_in_global_show... (diff) | |
parent | doc: Add `show bgp json detail` command to print more verbose JSON output (diff) | |
download | frr-dea4eee59f4cb31503a8e6178117c3bbaa6094e7.tar.xz frr-dea4eee59f4cb31503a8e6178117c3bbaa6094e7.zip |
Merge pull request #8446 from ton31337/fix/json_output_for_specific_vs_global_should_be_the_same
bgpd: Add `show bgp json detail` command
Diffstat (limited to 'bgpd/bgp_route.h')
-rw-r--r-- | bgpd/bgp_route.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bgpd/bgp_route.h b/bgpd/bgp_route.h index 5a7ee4d0a..e58213a68 100644 --- a/bgpd/bgp_route.h +++ b/bgpd/bgp_route.h @@ -589,6 +589,7 @@ DECLARE_HOOK(bgp_process, #define BGP_SHOW_OPT_AFI_IP6 (1 << 4) #define BGP_SHOW_OPT_ESTABLISHED (1 << 5) #define BGP_SHOW_OPT_FAILED (1 << 6) +#define BGP_SHOW_OPT_DETAIL (1 << 7) /* Prototypes. */ extern void bgp_rib_remove(struct bgp_dest *dest, struct bgp_path_info *pi, |