]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Remove redundant whitespace before printing the reason of the failed peer 16276/head
authorDonatas Abraitis <donatas@opensourcerouting.org>
Wed, 19 Jun 2024 11:32:16 +0000 (14:32 +0300)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Mon, 24 Jun 2024 19:42:00 +0000 (19:42 +0000)
commit294caa514078456441763daa6e9c47855b880c8a
treebe2f2f82877d8cdecbf63149651738a9f694f045
parente56a5271eebbe0f8dbd52f4b03ebd8a7e788258d
bgpd: Remove redundant whitespace before printing the reason of the failed peer

Before:

```
Neighbor        EstdCnt DropCnt ResetTime Reason
127.0.0.1             0       0     never  Waiting for peer OPEN (n/a)
```

After:

```
Neighbor        EstdCnt DropCnt ResetTime Reason
127.0.0.1             0       0     never Waiting for peer OPEN (n/a)
```

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
(cherry picked from commit b5bd626a82b2541bee8e3120139e19ba05e444c8)
bgpd/bgp_vty.c