]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: Remove redundant whitespace before printing the reason of the failed peer
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:41:46 +0000 (19:41 +0000)
commit95ceebddffaac505856aa8f3ac1a8f32137e7fb5
treeead82793fa132ef7f239da88bc9b8a09545dc10e
parent6bf8ab5cde9d5a366a8215c92ee7898066b2cd5b
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