]> git.puffer.fish Git - mirror/frr.git/commit
lib: remove incorrect comment from northbound 14631/head
authorIgor Ryzhov <iryzhov@nfware.com>
Sat, 21 Oct 2023 09:56:49 +0000 (12:56 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Sat, 21 Oct 2023 10:09:00 +0000 (13:09 +0300)
commita041d3169b642696d12cee1b33c05600c01b202a
tree8773c2027896f2754fac4dbfc3cba99fc286c778
parent627888864d5346a2cda22141b94a9286b79eafdc
lib: remove incorrect comment from northbound

This was true when we had only a CLI for configuration. Now mgmtd has a
public frontend interface that can be used by external applications, and
they can send invalid requests that lead to errors.

This is still true for CLI though, so the same comment still stays in
`nb_cli_apply_changes_internal`.

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
lib/northbound.c