diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2024-01-22 12:48:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-22 12:48:15 +0200 |
| commit | 8664dd93628987f9683a1b52bd31d4b85bd0ea3f (patch) | |
| tree | b10f9255fb0c0a78c8b412898ef24abd73728a49 /lib/northbound_cli.c | |
| parent | 7041353fa9ffc8271c4217d3b27fbcdad9f282f9 (diff) | |
| parent | fa7ff16e2bf0e1cc4e8b7c61a087cab289749ab5 (diff) | |
Merge pull request #15176 from LabNConsulting/chopps/mgmtd-northbound-fixes
Chopps/mgmtd northbound fixes
Diffstat (limited to 'lib/northbound_cli.c')
| -rw-r--r-- | lib/northbound_cli.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/northbound_cli.c b/lib/northbound_cli.c index 92d4ffb2ba..0358a0f377 100644 --- a/lib/northbound_cli.c +++ b/lib/northbound_cli.c @@ -146,9 +146,9 @@ static int nb_cli_apply_changes_internal(struct vty *vty, VTY_CHECK_XPATH; - nb_candidate_edit_config_changes( - vty->candidate_config, vty->cfg_changes, vty->num_cfg_changes, - xpath_base, buf, sizeof(buf), &error); + nb_candidate_edit_config_changes(vty->candidate_config, vty->cfg_changes, + vty->num_cfg_changes, xpath_base, + false, buf, sizeof(buf), &error); if (error) { /* * Failure to edit the candidate configuration should never |
