mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-10-19 02:55:27 +00:00
whitespace/comment fixes per qlyoung
Signed-off-by: G. Paul Ziemba <paulz@labn.net>
This commit is contained in:
parent
a4d82a8adc
commit
d316210b65
@ -9565,9 +9565,9 @@ static int bgp_peer_counts(struct vty *vty, struct peer *peer, afi_t afi,
|
||||
pcounts.table = peer->bgp->rib[afi][safi];
|
||||
|
||||
/* in-place call via thread subsystem so as to record execution time
|
||||
* * stats for the thread-walk (i.e. ensure this can't be blamed on
|
||||
* * on just vty_read()).
|
||||
* */
|
||||
* stats for the thread-walk (i.e. ensure this can't be blamed on
|
||||
* on just vty_read()).
|
||||
*/
|
||||
thread_execute(bm->master, bgp_peer_count_walker, &pcounts, 0);
|
||||
|
||||
if (use_json) {
|
||||
|
Loading…
Reference in New Issue
Block a user