summaryrefslogtreecommitdiff
path: root/lib/northbound_cli.c
diff options
context:
space:
mode:
authorJafar Al-Gharaibeh <jafar@atcorp.com>2023-06-25 10:22:34 -0500
committerGitHub <noreply@github.com>2023-06-25 10:22:34 -0500
commit64ef7364c6c4ef8a0db7f47fdd9de4e451763702 (patch)
tree13878218d483ef79438e03ce6375969878b6ea02 /lib/northbound_cli.c
parent0ea4297e3c3e55d3894820f9359215b6957fa213 (diff)
parent6dccdb9b0d1b3bbf04196f712ebccf9a8f39e47e (diff)
Merge pull request #13846 from LabNConsulting/chopps/backport-13795frr-9.0-rc
backport of #13795
Diffstat (limited to 'lib/northbound_cli.c')
-rw-r--r--lib/northbound_cli.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/northbound_cli.c b/lib/northbound_cli.c
index 9d6ec66689..8003679ed5 100644
--- a/lib/northbound_cli.c
+++ b/lib/northbound_cli.c
@@ -763,7 +763,7 @@ DEFUN (config_exclusive,
"Configuration from vty interface\n"
"Configure exclusively from this terminal\n")
{
- return vty_config_enter(vty, true, true);
+ return vty_config_enter(vty, true, true, false);
}
/* Configure using a private candidate configuration. */
@@ -773,7 +773,7 @@ DEFUN (config_private,
"Configuration from vty interface\n"
"Configure using a private candidate configuration\n")
{
- return vty_config_enter(vty, true, false);
+ return vty_config_enter(vty, true, false, false);
}
DEFPY (config_commit,