mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 13:37:17 +02:00
Merge pull request #12876 from opensourcerouting/fix/align_show_bgp_with_confederation
bgpd: Align `show bgp ...` output with the header for wide option
This commit is contained in:
commit
ce8194bcd0
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue