summaryrefslogtreecommitdiffstats
path: root/vtysh
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2017-05-18 12:15:04 +0200
committerDavid Lamparter <equinox@opensourcerouting.org>2017-05-18 12:23:13 +0200
commit92eedda1fb1b9c9fb2c31153677a033bee4573d3 (patch)
treed99e2aa0ac3346dc20c766026e717cf69b0abbbb /vtysh
parentMerge branch 'frr/pull/548' ("Pim dev 3.0 defect fixes") (diff)
parentPre-revert nonmergeable changes (diff)
downloadfrr-92eedda1fb1b9c9fb2c31153677a033bee4573d3.tar.xz
frr-92eedda1fb1b9c9fb2c31153677a033bee4573d3.zip
Merge branch stable/2.0 into stable/3.0
Conflicts: bgpd/bgp_fsm.c ospf6d/ospf6_lsa.c ospfd/ospf_vty.c zebra/redistribute.c Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'vtysh')
-rw-r--r--vtysh/vtysh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vtysh/vtysh.c b/vtysh/vtysh.c
index 5c39e1ee9..337925c6e 100644
--- a/vtysh/vtysh.c
+++ b/vtysh/vtysh.c
@@ -646,7 +646,7 @@ vtysh_mark_file (const char *filename)
}
}
/* This is the end */
- fprintf(stdout, "end\n");
+ fprintf(stdout, "\nend\n");
vty_close(vty);
XFREE(MTYPE_VTYSH_CMD, vty_buf_copy);