From: Pooja Jagadeesh Doijode Date: Wed, 29 May 2024 21:14:20 +0000 (-0700) Subject: bgpd: Added ! after BGP global config X-Git-Tag: base_10.2~303^2~7 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=f0210cbacccf4497a79ed6f45fa61831ec5c24f9;p=mirror%2Ffrr.git bgpd: Added ! after BGP global config Signed-off-by: Pooja Jagadeesh Doijode --- 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)) {