]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: do not display vty output headers for link-state prefixes
authorLouis Scalbert <louis.scalbert@6wind.com>
Fri, 21 Apr 2023 09:59:33 +0000 (11:59 +0200)
committerLouis Scalbert <louis.scalbert@6wind.com>
Mon, 18 Sep 2023 12:57:03 +0000 (14:57 +0200)
commit3098772467ad8a46a8f35cdd4e502806740b2064
tree9e1b3924b4bdb38d753dd07ccaf29f2bd670f7bc
parentbdb3fa3b9216aede64c5b982011fb04ef25c67f7
bgpd: do not display vty output headers for link-state prefixes

When displaying the link-state prefixes with "show bgp link-state
link-state" command, the following output headers are not needed:

> Status codes:  s suppressed, d damped, h history, * valid, > best, = multipath,
>         i internal, r RIB-failure, S Stale, R Removed
> Nexthop codes: @NNN nexthop's vrf id, < announce-nh-self
> Origin codes:  i - IGP, e - EGP, ? - incomplete
> RPKI validation codes: V valid, I invalid, N Not found

Do not display these headers for link-state SAFI.

Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
bgpd/bgp_route.c