mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-17 01:53:23 +00:00
bgpd: Fix miss-indented code.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
95c54276f7
commit
74ef167228
@ -7348,7 +7348,7 @@ bgp_show_peer (struct vty *vty, struct peer *p, u_char use_json, json_object *js
|
|||||||
BGP_PEER_SU_UNSPEC(p) ? "None" :
|
BGP_PEER_SU_UNSPEC(p) ? "None" :
|
||||||
sockunion2str (&p->su, buf, SU_ADDRSTRLEN));
|
sockunion2str (&p->su, buf, SU_ADDRSTRLEN));
|
||||||
else /* Configured IP address. */
|
else /* Configured IP address. */
|
||||||
vty_out (vty, "BGP neighbor is %s%s, ", dn_flag, p->host);
|
vty_out (vty, "BGP neighbor is %s%s, ", dn_flag, p->host);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (use_json)
|
if (use_json)
|
||||||
|
Loading…
Reference in New Issue
Block a user