bgpd: Fix miss-indented code.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
Donald Sharp 2017-02-08 09:35:33 -05:00
parent 95c54276f7
commit 74ef167228

View File

@ -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)