]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Remove redundant whitespace before printing the reason of the failed peer 16242/head
authorDonatas Abraitis <donatas@opensourcerouting.org>
Wed, 19 Jun 2024 11:32:16 +0000 (14:32 +0300)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Wed, 19 Jun 2024 11:32:16 +0000 (14:32 +0300)
commitb5bd626a82b2541bee8e3120139e19ba05e444c8
treea77fa4e1f58404be2d73091ab6b25181800f2fad
parentc25c7e929d550c2faca3af74a29593b8c0b75db3
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>
bgpd/bgp_vty.c