]> git.proxmox.com Git - mirror_frr.git/commitdiff
eigrpd: remove last vty_outln
authorQuentin Young <qlyoung@cumulusnetworks.com>
Mon, 17 Jul 2017 15:16:03 +0000 (11:16 -0400)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Mon, 17 Jul 2017 15:18:56 +0000 (11:18 -0400)
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
eigrpd/eigrp_vty.c

index 13cd0ff059e795b822bbbfbb4adb5dfedf185d35..d416183f52a4223b02b137b1afa92edb6618f1b9 100644 (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");