diff options
| author | Donald Sharp <donaldsharp72@gmail.com> | 2023-02-23 15:48:06 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-23 15:48:06 -0500 |
| commit | ce8194bcd09bebfd2641ffeeb48ad3e8b527182b (patch) | |
| tree | c828c7abdf87a7e65bb1ecd96c0ed5866d7361ec | |
| parent | 4b0d6b4244aff02be34c5b416b25b7259bf66350 (diff) | |
| parent | fccd7e53db0f434111115a1a8bd96d008abc0662 (diff) | |
Merge pull request #12876 from opensourcerouting/fix/align_show_bgp_with_confederation
bgpd: Align `show bgp ...` output with the header for wide option
| -rw-r--r-- | bgpd/bgp_route.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_route.h b/bgpd/bgp_route.h index d0cf7e5d77..66cc62ab09 100644 --- a/bgpd/bgp_route.h +++ b/bgpd/bgp_route.h @@ -67,7 +67,7 @@ enum bgp_show_adj_route_type { #define BGP_SHOW_RPKI_HEADER \ "RPKI validation codes: V valid, I invalid, N Not found\n\n" #define BGP_SHOW_HEADER " Network Next Hop Metric LocPrf Weight Path\n" -#define BGP_SHOW_HEADER_WIDE " Network Next Hop Metric LocPrf Weight Path\n" +#define BGP_SHOW_HEADER_WIDE " Network Next Hop Metric LocPrf Weight Path\n" /* Maximum number of labels we can process or send with a prefix. We * really do only 1 for MPLS (BGP-LU) but we can do 2 for EVPN-VxLAN. |
