Merge pull request #826 from qlyoung/rm-vtyoutln

eigrpd: remove last vty_outln
This commit is contained in:
David Lamparter 2017-07-17 18:37:46 +02:00 committed by GitHub
commit f0735da293

View File

@ -78,8 +78,8 @@ 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",
zebra_route_string(i));
vty_out(vty, " redistribute %s\n",
zebra_route_string(i));
/*Separate EIGRP configuration from the rest of the config*/
vty_out(vty, "!\n");