bgpd: Added ! after BGP global config

Signed-off-by: Pooja Jagadeesh Doijode <pdoijode@nvidia.com>
This commit is contained in:
Pooja Jagadeesh Doijode 2024-05-29 14:14:20 -07:00
parent 4e276b93de
commit f0210cbacc

View File

@ -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)) {