eigrpd: remove last vty_outln

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
Quentin Young 2017-07-17 11:16:03 -04:00
parent d62a17aede
commit 2b2f79ae69
No known key found for this signature in database
GPG Key ID: DAF48E0F57E0834F

View File

@ -78,7 +78,7 @@ static int config_write_network(struct vty *vty, struct eigrp *eigrp)
if (i != zclient->redist_default
&& vrf_bitmap_check(zclient->redist[AFI_IP][i],
VRF_DEFAULT))
vty_outln(vty, " redistribute %s",
vty_out(vty, " redistribute %s\n",
zebra_route_string(i));
/*Separate EIGRP configuration from the rest of the config*/