]> git.puffer.fish Git - matthieu/frr.git/commit
bgp:change in showing neighbor description
authorFrancois Dumontet <francois.dumontet@6wind.com>
Tue, 12 Jul 2022 12:12:08 +0000 (14:12 +0200)
committerFrancois Dumontet <francois.dumontet@6wind.com>
Mon, 18 Jul 2022 12:12:23 +0000 (14:12 +0200)
commit64541ffa8f33404e32336d1905b73f89a7d26610
tree4c0a8b8c6c03f0815151221d2afe4324505c6845
parent4ffd62f09b32003fb444d7b778c062b4f9437223
bgp:change in showing neighbor description

currently "show bgp summary" and "sho bgp summary wide" commands
provide a description string until a whitespace is occuring this
respectively with size limits of 20 and 60 chars

now theses two commands are providing strings with all
characters until the last witespace before size limit

Signed-off-by: Francois Dumontet <francois.dumontet@6wind.com>
bgpd/bgp_vty.c