mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-05 13:19:31 +00:00
bgpd: Added ! after BGP global config
Signed-off-by: Pooja Jagadeesh Doijode <pdoijode@nvidia.com>
This commit is contained in:
parent
4e276b93de
commit
f0210cbacc
@ -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)) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user