mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-29 13:51:53 +00:00
bgpd: Cleanup indentation a tiny bit
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
6d1ac638f6
commit
924c3f6ae9
@ -10180,8 +10180,10 @@ static void show_adj_route(struct vty *vty, struct peer *peer, afi_t afi,
|
||||
}
|
||||
} else {
|
||||
for (adj = rn->adj_out; adj; adj = adj->next)
|
||||
SUBGRP_FOREACH_PEER (adj->subgroup, paf)
|
||||
if (paf->peer == peer) {
|
||||
SUBGRP_FOREACH_PEER (adj->subgroup, paf) {
|
||||
if (paf->peer != peer)
|
||||
continue;
|
||||
|
||||
if (header1) {
|
||||
if (use_json) {
|
||||
json_object_int_add(
|
||||
|
Loading…
Reference in New Issue
Block a user