mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-11 11:21:07 +00: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 \
|
#define BGP_SHOW_RPKI_HEADER \
|
||||||
"RPKI validation codes: V valid, I invalid, N Not found\n\n"
|
"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 " 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
|
/* 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.
|
* really do only 1 for MPLS (BGP-LU) but we can do 2 for EVPN-VxLAN.
|
||||||
|
Loading…
Reference in New Issue
Block a user