diff options
| author | Christian Hopps <chopps@labn.net> | 2023-11-29 14:50:16 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-29 14:50:16 +0100 |
| commit | e7064647b9b2a8930e21c1daa2f7bf2ef13eeb8c (patch) | |
| tree | f8fa7085a50120f75d793e0d8a8f9fcc8421ca71 /lib/northbound.c | |
| parent | 81ccc5adad98cc0ea21d953e9de053cfa7c08d08 (diff) | |
| parent | d532771eaaa6b8f4667389ae92d50236ee606d34 (diff) | |
Merge pull request #14838 from idryzhov/mgmtd-cli-out
Output configuration of mgmtd-converted daemons from mgmtd
Diffstat (limited to 'lib/northbound.c')
| -rw-r--r-- | lib/northbound.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/northbound.c b/lib/northbound.c index 88aa2a5f20..32988dfc15 100644 --- a/lib/northbound.c +++ b/lib/northbound.c @@ -2575,10 +2575,6 @@ const char *nb_client_name(enum nb_client client) static void nb_load_callbacks(const struct frr_yang_module_info *module) { - - if (module->ignore_cbs) - return; - for (size_t i = 0; module->nodes[i].xpath; i++) { struct nb_node *nb_node; uint32_t priority; |
