summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bgpd/bgp_vty.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bgpd/bgp_vty.c b/bgpd/bgp_vty.c
index ba392e39e6..3dec4dd265 100644
--- a/bgpd/bgp_vty.c
+++ b/bgpd/bgp_vty.c
@@ -19408,6 +19408,8 @@ int bgp_config_write(struct vty *vty)
if (bm->outq_limit != BM_DEFAULT_Q_LIMIT)
vty_out(vty, "bgp output-queue-limit %u\n", bm->outq_limit);
+ vty_out(vty, "!\n");
+
/* BGP configuration. */
for (ALL_LIST_ELEMENTS(bm->bgp, mnode, mnnode, bgp)) {