From 2b2f79ae69efb99c3d8f3ef82c0ab19e38bde96b Mon Sep 17 00:00:00 2001 From: Quentin Young Date: Mon, 17 Jul 2017 11:16:03 -0400 Subject: [PATCH] eigrpd: remove last vty_outln Signed-off-by: Quentin Young --- eigrpd/eigrp_vty.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eigrpd/eigrp_vty.c b/eigrpd/eigrp_vty.c index 13cd0ff059..d416183f52 100644 --- a/eigrpd/eigrp_vty.c +++ b/eigrpd/eigrp_vty.c @@ -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"); -- 2.39.5