mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-31 06:34:35 +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 {
|
} else {
|
||||||
for (adj = rn->adj_out; adj; adj = adj->next)
|
for (adj = rn->adj_out; adj; adj = adj->next)
|
||||||
SUBGRP_FOREACH_PEER (adj->subgroup, paf)
|
SUBGRP_FOREACH_PEER (adj->subgroup, paf) {
|
||||||
if (paf->peer == peer) {
|
if (paf->peer != peer)
|
||||||
|
continue;
|
||||||
|
|
||||||
if (header1) {
|
if (header1) {
|
||||||
if (use_json) {
|
if (use_json) {
|
||||||
json_object_int_add(
|
json_object_int_add(
|
||||||
|
Loading…
Reference in New Issue
Block a user